summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTBTClientState.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnTBTClientState.m')
-rw-r--r--SmartDeviceLink/SDLOnTBTClientState.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLOnTBTClientState.m b/SmartDeviceLink/SDLOnTBTClientState.m
index 8a04eed45..41bc28f0d 100644
--- a/SmartDeviceLink/SDLOnTBTClientState.m
+++ b/SmartDeviceLink/SDLOnTBTClientState.m
@@ -6,6 +6,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLOnTBTClientState
- (instancetype)init {
@@ -24,3 +26,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END