SportPathVC.h 405 B

12345678910111213141516
  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,strong)NSArray *gpsListArr;
  13. @property(nonatomic,strong)NSString *dzwlStr;
  14. @end