#import <UIKit/UIKit.h>

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