UITableView+XY.h 209 B

12345678910111213
  1. //
  2. // UITableView+XY.h
  3. // XYTableViewNoDataView
  4. //
  5. // Created by 韩元旭 on 2017/7/19.
  6. // Copyright © 2017年 iCourt. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITableView (XY)
  10. @end