#import <UIKit/UIKit.h> @interface UIImage (tint) - (UIImage *)withTintColor:(UIColor *)color; @end