VclSystemInfo.h 318 B

123456789101112131415161718
  1. //
  2. // YSXSystemInfo.h
  3. // YSXCrash
  4. //
  5. // Created by Felix on 2018/8/15.
  6. // Copyright © 2018年 Felix. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface VclSystemInfo : NSObject <NSCopying>
  10. @property (nonatomic, readonly, strong) NSData *systemInfoData;
  11. + (instancetype)sharedInstance;
  12. @end