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