summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLResetGlobalProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLResetGlobalProperties.h')
-rw-r--r--SmartDeviceLink/SDLResetGlobalProperties.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLResetGlobalProperties.h b/SmartDeviceLink/SDLResetGlobalProperties.h
index 44052afc8..7c842e5c1 100644
--- a/SmartDeviceLink/SDLResetGlobalProperties.h
+++ b/SmartDeviceLink/SDLResetGlobalProperties.h
@@ -22,6 +22,9 @@
* Since SmartDeviceLink 1.0
* See SetGlobalProperties
*/
+
+NS_ASSUME_NONNULL_BEGIN
+
@interface SDLResetGlobalProperties : SDLRPCRequest
- (instancetype)initWithProperties:(NSArray<SDLGlobalProperty> *)properties;
@@ -33,3 +36,5 @@
@property (strong, nonatomic) NSMutableArray<SDLGlobalProperty> *properties;
@end
+
+NS_ASSUME_NONNULL_END