// SDLPerformAudioPassThruResponse.h // #import "SDLRPCResponse.h" /** * Perform Audio Pass Thru Response is sent, when PerformAudioPassThru has been called * * Since SmartDeviceLink 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLPerformAudioPassThruResponse : SDLRPCResponse @end NS_ASSUME_NONNULL_END