#ifndef Utils_h
#define Utils_h

@interface Utils : NSObject
+ hexStringToColor:(NSString *)stringToConvert;
@end

#endif /* Utils_h */
