summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-05-24 10:12:13 -0400
committerNicoleYarroch <nicole@livio.io>2018-05-24 10:12:13 -0400
commitf312788a4553ee9558f3795cd4f14b7a0ccd3302 (patch)
treef991b6ed652efde732d263b688de77403d8514df
parent8bfbd48fa554a16f60293349b5568bf90edeb8ba (diff)
downloadsdl_ios-f312788a4553ee9558f3795cd4f14b7a0ccd3302.tar.gz
Added documentation to the SDLRPCRequest class
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLRPCRequest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLRPCRequest.h b/SmartDeviceLink/SDLRPCRequest.h
index b99449aef..deb8e0e14 100644
--- a/SmartDeviceLink/SDLRPCRequest.h
+++ b/SmartDeviceLink/SDLRPCRequest.h
@@ -8,6 +8,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLRPCRequest : SDLRPCMessage
+/**
+ * A unique id assigned to message sent to Core.
+ */
@property (strong, nonatomic) NSNumber<SDLInt> *correlationID;
@end