UITableView+LookinServer.h 230 B

123456789101112131415
  1. //
  2. // UITableView+LookinServer.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2019/9/5.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITableView (LookinServer)
  10. - (NSArray<NSNumber *> *)lks_numberOfRows;
  11. @end