// // ShiCaoUItableView.m // jiaPei // // Created by EchoShacolee on 2017/3/22. // Copyright © 2017年 JCZ. All rights reserved. // //处理tableview空白处的点击事件 #import "ShiCaotableView.h" @implementation ShiCaotableView -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self.nextResponder touchesBegan:touches withEvent:event]; } @end