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