#import <Foundation/Foundation.h>

@interface RNBridgeFirebaseDeviceUID : NSObject
+ (NSString *)uid;
@end
