| 123456789101112131415161718192021222324 |
- //
- // PushManage_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/4.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PushManage_VC : UIViewController
- @property(nonatomic,strong)UITableView *tableView;
- /**
- * 页数
- */
- @property (nonatomic,assign) int pageIndex;
- @property (nonatomic,strong)NSMutableArray *dataArray;
- @property(nonatomic,strong)UIButton *selectBtn;
- @end
|