ssap_app/node_modules/react-native-device-info/ios/RNDeviceInfo/DeviceUID.h

7 lines
114 B
Objective-C

#import <Foundation/Foundation.h>
@interface DeviceUID : NSObject
+ (NSString *)syncUid;
+ (NSString *)uid;
@end