| 1234567891011121314151617 |
- //
- // Addplace_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/3.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface Addplace_VC : UIViewController
- @property(nonatomic,strong)UITableView *tableView;
- @end
|