summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnKeyboardInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnKeyboardInput.h')
-rw-r--r--SmartDeviceLink/SDLOnKeyboardInput.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLOnKeyboardInput.h b/SmartDeviceLink/SDLOnKeyboardInput.h
index d3c49a85d..38c4989ef 100644
--- a/SmartDeviceLink/SDLOnKeyboardInput.h
+++ b/SmartDeviceLink/SDLOnKeyboardInput.h
@@ -5,10 +5,13 @@
#import "SDLKeyboardEvent.h"
+NS_ASSUME_NONNULL_BEGIN
@interface SDLOnKeyboardInput : SDLRPCNotification
-@property (strong) SDLKeyboardEvent event;
-@property (strong) NSString *data;
+@property (strong, nonatomic) SDLKeyboardEvent event;
+@property (nullable, strong, nonatomic) NSString *data;
@end
+
+NS_ASSUME_NONNULL_END