SportPathVC.h 398 B

1234567891011121314151617
  1. //
  2. // SportPathVC.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/8/7.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <BaiduMapAPI_Map/BMKMapComponent.h>
  10. @interface SportPathVC : UIViewController
  11. @property (weak, nonatomic) IBOutlet BMKMapView *mapView;
  12. @property(nonatomic,copy)NSString *simStr;
  13. @property(nonatomic,copy)NSString *carNum;
  14. @end