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


#import "SDLRPCMessage.h"

NS_ASSUME_NONNULL_BEGIN

@interface SDLRPCRequest : SDLRPCMessage

@property (strong, nonatomic) NSNumber<SDLInt> *correlationID;

@end

NS_ASSUME_NONNULL_END