summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLSystemRequestResponse.h
blob: e91fbf9f5acd9813a3404b5fa419ec06a054fb50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLSystemRequestResponse.h
//
//  Copyright (c) 2014 Ford Motor Company. All rights reserved.


#import "SDLRPCResponse.h"

@interface SDLSystemRequestResponse : SDLRPCResponse {}

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

@end