Setting_VC.h 327 B

123456789101112131415161718
  1. //
  2. // Setting_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by 刘云鸽 on 2019/3/2.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface Setting_VC : UIViewController
  10. /**
  11. 创建表视图
  12. */
  13. @property(nonatomic,strong)UITableView *tableView;
  14. @end