UITableView+LoadPageIndex.h 281 B

123456789101112131415
  1. //
  2. // UITableView+LoadPageIndex.h
  3. // HCQuanfangtong
  4. //
  5. // Created by qft_Ios_03 on 2018/4/25.
  6. // Copyright © 2018年 qft_Ios_03. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITableView (LoadPageIndex)
  10. @property (nonatomic, assign) NSInteger pageIndex;
  11. @end