CloudStorageTableView.h 314 B

1234567891011121314151617
  1. //
  2. // CloudStorageTableView.h
  3. // zhuxun
  4. //
  5. // Created by winsoft on 17/6/21.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. /**
  10. * 手势退出键盘专用
  11. */
  12. typedef void (^GestureResponseBlock)();
  13. @interface CloudStorageTableView : UITableView
  14. @property (nonatomic , strong) GestureResponseBlock gestureResponseBlock;
  15. @end