1234567891011121314151617 |
- //
- // SportPathVC.h
- // LN_School
- //
- // Created by EchoShacolee on 2017/8/7.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <BaiduMapAPI_Map/BMKMapComponent.h>
- @interface SportPathVC : UIViewController
- @property (weak, nonatomic) IBOutlet BMKMapView *mapView;
- @property(nonatomic,copy)NSString *simStr;
- @property(nonatomic,copy)NSString *carNum;
- @end
|