#import <UIKit/UIKit.h>

@interface UIImage (insets)

- (UIImage *)imageWithInsets:(UIEdgeInsets)insets;

@end
