#import <UIKit/UIKit.h>

@interface UIColor (RNNUtils)
- (NSString *)toHex;
@end