1 2 3 4 5 6 7 8 9
#import <UIKit/UIKit.h> @interface TapImage : UIImageView { id target; SEL action; } - (id)initWithResource:(NSString *)resource target:(id)obj action:(SEL)selector; @end