TPCustomImageVIew.h 271 Bytes
//
//  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