summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRPCRequest.h
blob: a198845616c2a262da6f3e89c0473c6aa2c5ed22 (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 (nullable, strong) NSNumber<SDLInt> *correlationID;

@end

NS_ASSUME_NONNULL_END