- //
- // UITableView+LoadPageIndex.h
- // HCQuanfangtong
- //
- // Created by qft_Ios_03 on 2018/4/25.
- // Copyright © 2018年 qft_Ios_03. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UITableView (LoadPageIndex)
- @property (nonatomic, assign) NSInteger pageIndex;
- @end
|