summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTouchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnTouchEvent.h')
-rw-r--r--SmartDeviceLink/SDLOnTouchEvent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLOnTouchEvent.h b/SmartDeviceLink/SDLOnTouchEvent.h
index 8b9e52315..21b3e1c5b 100644
--- a/SmartDeviceLink/SDLOnTouchEvent.h
+++ b/SmartDeviceLink/SDLOnTouchEvent.h
@@ -7,9 +7,13 @@
@class SDLTouchEvent;
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLOnTouchEvent : SDLRPCNotification
@property (strong, nonatomic) SDLTouchType type;
@property (strong, nonatomic) NSMutableArray<SDLTouchEvent *> *event;
@end
+
+NS_ASSUME_NONNULL_END