// // YOUPAIUCBaseTouchTableView.h // wolfman // // Created by 张灿 on 2017/7/26. // Copyright © 2017年 shareSmile. All rights reserved. // #import @class YOUPAIUCBaseTouchTableView; @protocol UCBaseTouchTableViewDelegate @optional - (void)youpaifdidTouchesBegan:(YOUPAIUCBaseTouchTableView *)tableView; @end @interface YOUPAIUCBaseTouchTableView : UITableView @property(nonatomic,assign)id touchDelegate; @end