GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Kanban
Fork
: 0
mira
/
react-native-device-info
Transfer to URL with SHA
Find file
Newer
Older
tree:
7636eeaecb
Branches
Tags
×
master
react-native-device-info
/
ios
/
RNDeviceInfo
/ DeviceUID.h
mira
on 1 Jul 2018
91 bytes
forked from github and updated to last google library
Raw
Blame
History
#import <Foundation/Foundation.h> @interface DeviceUID : NSObject + (NSString *)uid; @end