summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPerformAudioPassThruResponse.m
blob: 0ee4c124d5402e9fa899ce2fbeaf3f285e25f2bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  SDLPerformAudioPassThruResponse.m
//


#import "SDLPerformAudioPassThruResponse.h"

#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"

@implementation SDLPerformAudioPassThruResponse

- (instancetype)init {
    if (self = [super initWithName:SDLNamePerformAudioPassThru]) {
    }
    return self;
}

@end