PushManage_VC.h 471 B

123456789101112131415161718192021222324
  1. //
  2. // PushManage_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2019/1/4.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PushManage_VC : UIViewController
  10. @property(nonatomic,strong)UITableView *tableView;
  11. /**
  12. * 页数
  13. */
  14. @property (nonatomic,assign) int pageIndex;
  15. @property (nonatomic,strong)NSMutableArray *dataArray;
  16. @property(nonatomic,strong)UIButton *selectBtn;
  17. @end