PlaceDetail_VC.h 530 B

12345678910111213141516171819202122
  1. //
  2. // PlaceDetail_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2019/1/10.
  6. // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PlaceDetail_VC : UIViewController
  10. @property(nonatomic,strong)UITableView *tableView;
  11. /*场所详情*/
  12. @property (nonatomic ,strong)NSString *siteName;
  13. @property (nonatomic ,strong)NSString *titleRegionalism;
  14. @property (nonatomic ,strong)NSString *titleLocation;
  15. @property (nonatomic ,strong)NSString *siteID;
  16. @end