Commit 9f54f7a9d3cc6ffe853ad401283d3582d7986dea
1 parent
01c9aecc
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveServices/Classes/NetHome/CNLiveSendPositionProtocol.h
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | #import <MapKit/MapKit.h> | 10 | #import <MapKit/MapKit.h> |
| 11 | 11 | ||
| 12 | //////发送位置delegate/////// | 12 | //////发送位置delegate/////// |
| 13 | -@protocol CNLiveSendPositonDelegate <NSObject> | 13 | +@protocol CNLiveMapPositionDelegate <NSObject> |
| 14 | 14 | ||
| 15 | - (void)sendCurrentLocation:(CLLocationCoordinate2D)location image:(NSString *)img addressName:(NSArray *)arr; | 15 | - (void)sendCurrentLocation:(CLLocationCoordinate2D)location image:(NSString *)img addressName:(NSArray *)arr; |
| 16 | 16 | ||
| @@ -22,6 +22,6 @@ | @@ -22,6 +22,6 @@ | ||
| 22 | 22 | ||
| 23 | - (void)pushToMapViewController:(id)delegate; | 23 | - (void)pushToMapViewController:(id)delegate; |
| 24 | //位置信息详情VC | 24 | //位置信息详情VC |
| 25 | -- (void)pushToMapDetailViewController; | 25 | +- (void)pushToMapDetailViewController:(id)delegate location:(CLLocationCoordinate2D)location image:(NSString *)img addressName:(NSArray *)arr; |
| 26 | @end | 26 | @end |
| 27 | 27 |