| 12345678910111213141516171819202122 |
- //
- // PlaceDetail_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/10.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PlaceDetail_VC : UIViewController
- @property(nonatomic,strong)UITableView *tableView;
- /*场所详情*/
- @property (nonatomic ,strong)NSString *siteName;
- @property (nonatomic ,strong)NSString *titleRegionalism;
- @property (nonatomic ,strong)NSString *titleLocation;
- @property (nonatomic ,strong)NSString *siteID;
- @end
|