TPCustomImageVIew.h 271 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 // // TPCustomImageVIew.h // CNTaipingAgent // // Created by 陈俊俊 on 15/1/28. // Copyright (c) 2015年 Taiping. All rights reserved. // #import <UIKit/UIKit.h> @interface TPCustomImageVIew : UIImageView - (id)initwithTarget:(id)target action:(SEL)action; @end