| 123456789101112131415161718 |
- //
- // Setting_VC.h
- // Haishenghai-master
- //
- // Created by 刘云鸽 on 2019/3/2.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface Setting_VC : UIViewController
- /**
- 创建表视图
- */
- @property(nonatomic,strong)UITableView *tableView;
- @end
|