Commit 0fc10eb555f438a7f496ed9bba768e3303f65e63
1 parent
9f54f7a9
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveServices/Classes/NetHome/CNLiveSendPositionProtocol.h
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | @protocol CNLiveMapPositionDelegate <NSObject> |
| 14 | 14 | |
| 15 | 15 | - (void)sendCurrentLocation:(CLLocationCoordinate2D)location image:(NSString *)img addressName:(NSArray *)arr; |
| 16 | - | |
| 16 | +- (void)forwardingLocation:(CLLocationCoordinate2D)location image:(NSString *)img addressName:(NSArray *)arr; | |
| 17 | 17 | @end |
| 18 | 18 | |
| 19 | 19 | //////////// | ... | ... |