summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCRequest.h
blob: e637eb4bccb4a05234085b2b95e2a3c573594eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLRPCRequest.h
//


#import "SDLRPCMessage.h"

@interface SDLRPCRequest : SDLRPCMessage {
}

@property (strong) NSNumber *correlationID;

@end