// // MapViewController.h // IBOSS // // Created by Dongke on 15/11/12. // Copyright © 2015年 elongtian. All rights reserved. // #import #import @class LogAddViewController; @protocol PositionDelegate @optional - (void)relocationData:(NSString*)name; @end @interface MapViewController : BaseViewController //@property(nonatomic,weak) LogAddViewController *parentVC; @property(nonatomic,strong) id pDelegate; @end