MapVC.h 411 B

1234567891011121314151617181920
  1. //
  2. // MapVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/2/18.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface MapVC : UIViewController
  10. @property (nonatomic, copy) NSString *jxdz;
  11. @property (nonatomic, assign) CGFloat lat;
  12. @property (nonatomic, assign) CGFloat lng;
  13. @property (nonatomic, copy) NSString *siteName;
  14. @property (nonatomic, assign) BOOL isJustLoad;
  15. @end