summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
blob: 92431bacf82f161ed64955be92dce5c401c9d8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//  SDLUnsubscribeWaypointsResponse.m
//

#import "SDLUnsubscribeWaypointsResponse.h"

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

@implementation SDLUnsubscribeWayPointsResponse

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

@end

@implementation SDLUnsubscribeWaypointsResponse

@end