summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLClusterModeStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLClusterModeStatus.h')
-rw-r--r--SmartDeviceLink/SDLClusterModeStatus.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLClusterModeStatus.h b/SmartDeviceLink/SDLClusterModeStatus.h
index 7b745804f..6333ad372 100644
--- a/SmartDeviceLink/SDLClusterModeStatus.h
+++ b/SmartDeviceLink/SDLClusterModeStatus.h
@@ -8,11 +8,7 @@
@class SDLPowerModeStatus;
-@interface SDLClusterModeStatus : SDLRPCStruct {
-}
-
-- (instancetype)init;
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLClusterModeStatus : SDLRPCStruct
@property (strong) NSNumber *powerModeActive;
@property (strong) SDLPowerModeQualificationStatus *powerModeQualificationStatus;