TPCustomImageVIew.h 271 Bytes
Newer Older
n22's avatar
n22 committed
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