From 050a6c24062ab59f9318e08fa856eb392701f46a Mon Sep 17 00:00:00 2001 From: Igor Khmurets Date: Mon, 23 Dec 2013 15:41:48 +0300 Subject: [PATCH] [ios] Warning fix --- iphone/Maps/Classes/ShareActionSheet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/ShareActionSheet.h b/iphone/Maps/Classes/ShareActionSheet.h index 59064e2533..2064c2b4af 100644 --- a/iphone/Maps/Classes/ShareActionSheet.h +++ b/iphone/Maps/Classes/ShareActionSheet.h @@ -7,7 +7,7 @@ - (instancetype)initWithText:(NSString *)text gX:(double)gX gY:(double)gY myPosition:(BOOL)myPosition; -@property NSString * text; +@property (strong) NSString * text; @property double gX; @property double gY; @property BOOL myPosition;