// // JXUUID.h // 设备标识符 // // Created by 曾觉新 on 2017/8/24. // Copyright © 2017年 曾觉新. All rights reserved. // #import @interface JXUUID : NSObject + (nonnull NSString *)uuid; + (nonnull NSString *)idfa; /** 重新安装app后,会发生变化 */ + (nonnull NSString *)systemUUID; @end