forked from organicmaps/organicmaps-tmp
[ios] Removed 'retain' modificator
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
fadf94082f
commit
d390e7bfb9
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
|
||||
+ (instancetype)alert;
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UITextView *messageLabel;
|
||||
@property (nonatomic) IBOutlet UITextView *messageLabel;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue