123456789101112131415161718 |
- //
- // YSXSystemInfo.h
- // YSXCrash
- //
- // Created by Felix on 2018/8/15.
- // Copyright © 2018年 Felix. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface VclSystemInfo : NSObject <NSCopying>
- @property (nonatomic, readonly, strong) NSData *systemInfoData;
- + (instancetype)sharedInstance;
- @end
|