// // RDSMapHelper.h // SmartLightForBigFish // // Created by coderYK on 2017/9/11. // Copyright © 2017年 RD. All rights reserved. // #import #import "RDSUserLocation.h" #define TheMapHelper [RDSMapHelper shareHelper] @interface RDSMapHelper : NSObject @property (nonatomic, strong) RDSUserLocation *userLocation; + (instancetype)shareHelper; - (void)rds_startLocationSevice:(void(^)(RDSUserLocation *userLocation))rdsLocationCompleted; @end