// // TrackMapView.h // LekangGuard // // Created by ecell on 2022/12/15. // #import NS_ASSUME_NONNULL_BEGIN @interface TrackMapView : UIView /// <#arguments#> @property (nonatomic ,strong) TrackInfoModel *curLocate; - (void)loadWithInfoTrack:(NSArray *)mapPoints; - (void)topViewShowAndHidden:(NSInteger)isShow; @end NS_ASSUME_NONNULL_END