summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnKeyboardInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnKeyboardInput.h')
-rw-r--r--SmartDeviceLink/SDLOnKeyboardInput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLOnKeyboardInput.h b/SmartDeviceLink/SDLOnKeyboardInput.h
index 0db289a70..38c4989ef 100644
--- a/SmartDeviceLink/SDLOnKeyboardInput.h
+++ b/SmartDeviceLink/SDLOnKeyboardInput.h
@@ -9,8 +9,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLOnKeyboardInput : SDLRPCNotification
-@property (strong) SDLKeyboardEvent event;
-@property (nullable, strong) NSString *data;
+@property (strong, nonatomic) SDLKeyboardEvent event;
+@property (nullable, strong, nonatomic) NSString *data;
@end