#import <Foundation/Foundation.h>

@interface RNNotificationUtils : NSObject

+ (NSString *)deviceTokenToString:(NSData *)deviceToken;

@end
