summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLBeltStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLBeltStatus.h')
-rw-r--r--SmartDeviceLink/SDLBeltStatus.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLBeltStatus.h b/SmartDeviceLink/SDLBeltStatus.h
index 7721c4cef..6fd565877 100644
--- a/SmartDeviceLink/SDLBeltStatus.h
+++ b/SmartDeviceLink/SDLBeltStatus.h
@@ -5,11 +5,7 @@
#import "SDLVehicleDataEventStatus.h"
-@interface SDLBeltStatus : SDLRPCStruct {
-}
-
-- (instancetype)init;
-- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
+@interface SDLBeltStatus : SDLRPCStruct
@property (strong) SDLVehicleDataEventStatus driverBeltDeployed;
@property (strong) SDLVehicleDataEventStatus passengerBeltDeployed;