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