summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAirbagStatus.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLAirbagStatus.h')
-rw-r--r--SmartDeviceLink/SDLAirbagStatus.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/SmartDeviceLink/SDLAirbagStatus.h b/SmartDeviceLink/SDLAirbagStatus.h
index 3681795b5..cb2c71ed7 100644
--- a/SmartDeviceLink/SDLAirbagStatus.h
+++ b/SmartDeviceLink/SDLAirbagStatus.h
@@ -3,8 +3,7 @@
#import "SDLRPCMessage.h"
-@class SDLVehicleDataEventStatus;
-
+#import "SDLVehicleDataEventStatus.h"
@interface SDLAirbagStatus : SDLRPCStruct {
}
@@ -12,13 +11,13 @@
- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-@property (strong) SDLVehicleDataEventStatus *driverAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *driverSideAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *driverCurtainAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *passengerAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *passengerCurtainAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *driverKneeAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *passengerSideAirbagDeployed;
-@property (strong) SDLVehicleDataEventStatus *passengerKneeAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus driverAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus driverSideAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus driverCurtainAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus passengerAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus passengerCurtainAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus driverKneeAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus passengerSideAirbagDeployed;
+@property (strong) SDLVehicleDataEventStatus passengerKneeAirbagDeployed;
@end