// SDLGetDTCsResponse.h // #import "SDLRPCResponse.h" /** * SDLGetDTCsResponse is sent, when SDLGetDTCs has been called * * Since SmartDeviceLink 2.0 */ @interface SDLGetDTCsResponse : SDLRPCResponse @property (strong) NSNumber *ecuHeader; @property (strong) NSMutableArray *dtc; @end