summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCStruct.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLRPCStruct.m')
-rw-r--r--SmartDeviceLink/SDLRPCStruct.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLRPCStruct.m b/SmartDeviceLink/SDLRPCStruct.m
index d0be4bffb..4c8b81c29 100644
--- a/SmartDeviceLink/SDLRPCStruct.m
+++ b/SmartDeviceLink/SDLRPCStruct.m
@@ -7,6 +7,8 @@
#import "SDLEnum.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLRPCStruct
- (id)initWithDictionary:(NSDictionary<NSString *, id> *)dict {
@@ -74,3 +76,5 @@
}
@end
+
+NS_ASSUME_NONNULL_END