summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLClusterModeStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLClusterModeStatus.h')
-rw-r--r--SmartDeviceLink/SDLClusterModeStatus.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLClusterModeStatus.h b/SmartDeviceLink/SDLClusterModeStatus.h
index 5970fc69f..558a1fdcc 100644
--- a/SmartDeviceLink/SDLClusterModeStatus.h
+++ b/SmartDeviceLink/SDLClusterModeStatus.h
@@ -7,12 +7,15 @@
#import "SDLPowerModeQualificationStatus.h"
#import "SDLPowerModeStatus.h"
+NS_ASSUME_NONNULL_BEGIN
@interface SDLClusterModeStatus : SDLRPCStruct
-@property (strong) NSNumber<SDLBool> *powerModeActive;
-@property (strong) SDLPowerModeQualificationStatus powerModeQualificationStatus;
-@property (strong) SDLCarModeStatus carModeStatus;
-@property (strong) SDLPowerModeStatus powerModeStatus;
+@property (strong, nonatomic) NSNumber<SDLBool> *powerModeActive;
+@property (strong, nonatomic) SDLPowerModeQualificationStatus powerModeQualificationStatus;
+@property (strong, nonatomic) SDLCarModeStatus carModeStatus;
+@property (strong, nonatomic) SDLPowerModeStatus powerModeStatus;
@end
+
+NS_ASSUME_NONNULL_END