From d390e7bfb9c88cb8a8f3eec527f3d0a499b285d7 Mon Sep 17 00:00:00 2001 From: "S. Kozyr" Date: Tue, 26 Mar 2024 09:54:07 +0200 Subject: [PATCH] [ios] Removed 'retain' modificator Signed-off-by: S. Kozyr --- iphone/Maps/Classes/CustomAlert/MWMOsmReauthAlert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomAlert/MWMOsmReauthAlert.h b/iphone/Maps/Classes/CustomAlert/MWMOsmReauthAlert.h index 4e93ee22de..a31ea6c011 100644 --- a/iphone/Maps/Classes/CustomAlert/MWMOsmReauthAlert.h +++ b/iphone/Maps/Classes/CustomAlert/MWMOsmReauthAlert.h @@ -4,6 +4,6 @@ + (instancetype)alert; -@property (nonatomic, retain) IBOutlet UITextView *messageLabel; +@property (nonatomic) IBOutlet UITextView *messageLabel; @end