11#import <UIKit/UIKit.h>
19@property(nonatomic, retain) UIImage *image;
20@property(nonatomic, assign) CGPoint hotspot;
22- (id)initWithRGBABytes:(const
void *)bytes
23 width:(NSUInteger)width
24 height:(NSUInteger)height
25 hotspot:(CGPoint)hotspot;