[ios] Removed 'retain' modificator

Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2024-03-26 09:54:07 +02:00 committed by Roman Tsisyk
parent fadf94082f
commit d390e7bfb9

View file

@ -4,6 +4,6 @@
+ (instancetype)alert;
@property (nonatomic, retain) IBOutlet UITextView *messageLabel;
@property (nonatomic) IBOutlet UITextView *messageLabel;
@end