// SDLDiagnosticMessageResponse.h // #import "SDLRPCResponse.h" /** SDLDiagnosticMessageResponse is sent, when SDLDiagnosticMessage has been called. * SinceSmartDeviceLink 3.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLDiagnosticMessageResponse : SDLRPCResponse @property (strong, nonatomic) NSArray *> *messageDataResult; @end NS_ASSUME_NONNULL_END