summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAlertManeuver.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLAlertManeuver.h')
-rw-r--r--SmartDeviceLink/SDLAlertManeuver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLAlertManeuver.h b/SmartDeviceLink/SDLAlertManeuver.h
index 238a93cc1..66baa8585 100644
--- a/SmartDeviceLink/SDLAlertManeuver.h
+++ b/SmartDeviceLink/SDLAlertManeuver.h
@@ -19,8 +19,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithTTS:(nullable NSString *)ttsText softButtons:(nullable NSArray<SDLSoftButton *> *)softButtons;
- (instancetype)initWithTTSChunks:(nullable NSArray<SDLTTSChunk *> *)ttsChunks softButtons:(nullable NSArray<SDLSoftButton *> *)softButtons;
-@property (nullable, strong) NSMutableArray<SDLTTSChunk *> *ttsChunks;
-@property (nullable, strong) NSMutableArray<SDLSoftButton *> *softButtons;
+@property (nullable, strong, nonatomic) NSMutableArray<SDLTTSChunk *> *ttsChunks;
+@property (nullable, strong, nonatomic) NSMutableArray<SDLSoftButton *> *softButtons;
@end