summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLMyKey.h
blob: ff039e582bd9a2459d9b0b1f3b90b233acea793a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//  SDLMyKey.h
//

#import "SDLRPCMessage.h"

@class SDLVehicleDataStatus;


@interface SDLMyKey : SDLRPCStruct {
}

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@property (strong) SDLVehicleDataStatus *e911Override;

@end