1234567891011121314151617181920 |
- //
- // MapVC.h
- // jiaPei
- //
- // Created by apple on 16/2/18.
- // Copyright © 2016年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface MapVC : UIViewController
- @property (nonatomic, copy) NSString *jxdz;
- @property (nonatomic, assign) CGFloat lat;
- @property (nonatomic, assign) CGFloat lng;
- @property (nonatomic, copy) NSString *siteName;
- @property (nonatomic, assign) BOOL isJustLoad;
- @end
|