| 12345678910111213141516 |
- // UIImage+Alpha.h
- // Created by Trevor Harmon on 9/20/09.
- // Free for personal or commercial use, with or without modification.
- // No warranty is expressed or implied.
- #import <UIKit/UIKit.h>
- @interface UIImage (Alpha)
- - (BOOL)hasAlpha;
- - (UIImage *)imageWithAlpha;
- - (UIImage *)transparentBorderImage:(NSUInteger)borderSize;
- @end
|