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


#import "SDLRPCMessage.h"

@interface SDLRPCRequest : SDLRPCMessage

@property (strong) NSNumber *correlationID;

@end