#import <Foundation/Foundation.h> @interface RNUtils : NSObject + (NSString *)deviceTokenToString:(NSData *)deviceToken; @end