summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVrHelpItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLVrHelpItem.h')
-rw-r--r--SmartDeviceLink/SDLVrHelpItem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLVrHelpItem.h b/SmartDeviceLink/SDLVrHelpItem.h
index 8d5a27cf5..e460538ac 100644
--- a/SmartDeviceLink/SDLVrHelpItem.h
+++ b/SmartDeviceLink/SDLVrHelpItem.h
@@ -13,9 +13,9 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithText:(NSString *)text image:(nullable SDLImage *)image position:(UInt8)position;
-@property (strong) NSString *text;
-@property (nullable, strong) SDLImage *image;
-@property (strong) NSNumber<SDLInt> *position;
+@property (strong, nonatomic) NSString *text;
+@property (strong, nonatomic, nullable) SDLImage *image;
+@property (strong, nonatomic) NSNumber<SDLInt> *position;
@end