summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDIDResult.h
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-21 12:13:36 -0700
commitbe7622fe60babba90276101db79a515597a9fea1 (patch)
tree8bbcc0a3433ae8e42fa2204c9a36712cce0203ca /SmartDeviceLink/SDLDIDResult.h
parente6e84cc8c23609ab286c64a2c6a3037313f29908 (diff)
downloadsdl_ios-be7622fe60babba90276101db79a515597a9fea1.tar.gz
Initial conversion of all enum objects to SDLEnum typedef.
Diffstat (limited to 'SmartDeviceLink/SDLDIDResult.h')
-rw-r--r--SmartDeviceLink/SDLDIDResult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLDIDResult.h b/SmartDeviceLink/SDLDIDResult.h
index a7d0b6c16..3ec5435b0 100644
--- a/SmartDeviceLink/SDLDIDResult.h
+++ b/SmartDeviceLink/SDLDIDResult.h
@@ -3,7 +3,7 @@
#import "SDLRPCMessage.h"
-@class SDLVehicleDataResultCode;
+#import "SDLVehicleDataResultCode.h"
@interface SDLDIDResult : SDLRPCStruct {
@@ -12,7 +12,7 @@
- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;
-@property (strong) SDLVehicleDataResultCode *resultCode;
+@property (strong) SDLVehicleDataResultCode resultCode;
@property (strong) NSNumber *didLocation;
@property (strong) NSString *data;