// // UIImage_Additions.h // FlushD // // Created by Ronny Fenrich on 12-07-27. // // #import @interface UIImage (Additions) + (UIImage *)imageFromColor:(UIColor *)color; + (UIImage *)imageFromColor:(UIColor *)color width:(CGFloat) width height:(CGFloat) height; + (UIImage *)retina4ImageNamed:(NSString *)imageName; + (UIImage *)imageWithImage:(UIImage *)image convertToSize:(CGSize)size; @end