summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTouchEvent.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnTouchEvent.m')
-rw-r--r--SmartDeviceLink/SDLOnTouchEvent.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLOnTouchEvent.m b/SmartDeviceLink/SDLOnTouchEvent.m
index a05291f29..cf69803e4 100644
--- a/SmartDeviceLink/SDLOnTouchEvent.m
+++ b/SmartDeviceLink/SDLOnTouchEvent.m
@@ -6,6 +6,8 @@
#import "SDLNames.h"
#import "SDLTouchEvent.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLOnTouchEvent
- (instancetype)init {
@@ -49,3 +51,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END