diff options
Diffstat (limited to 'SmartDeviceLink/SDLGetDTCsResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLGetDTCsResponse.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLGetDTCsResponse.h b/SmartDeviceLink/SDLGetDTCsResponse.h index 4e0af4a39..c31855228 100644 --- a/SmartDeviceLink/SDLGetDTCsResponse.h +++ b/SmartDeviceLink/SDLGetDTCsResponse.h @@ -9,11 +9,7 @@ * * Since <b>SmartDeviceLink 2.0</b> */ -@interface SDLGetDTCsResponse : SDLRPCResponse { -} - -- (instancetype)init; -- (instancetype)initWithDictionary:(NSMutableDictionary *)dict; +@interface SDLGetDTCsResponse : SDLRPCResponse @property (strong) NSNumber *ecuHeader; @property (strong) NSMutableArray *dtc; |