9 #import <Foundation/Foundation.h> 10 #import <UIKit/UIKit.h> 14 + (void)doSafeGStateBlock:(
void(^)(CGContextRef))block;
16 + (UIColor *)colorByDarkening:(UIColor*)color by:(
float)factor;
18 + (UIImage *)imageFromBase64String:(NSString *)string;
29 + (void)runOnMainThread:(
void (^)(
void))block;
OOUIUtils.
Definition: OOUIUtils.h:12