summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-05 16:20:42 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-05 16:20:42 -0500
commit958ee71c42e5e2e9c26b77d71f26f29a00f53215 (patch)
tree414e417da0d536b57ada2edd792d7b58a7c6e8ed
parent24f07dd4327ce4570756839ad0a11cf3f4fddf8b (diff)
downloadsdl_ios-958ee71c42e5e2e9c26b77d71f26f29a00f53215.tar.gz
Fixed doc. for SDLControlFramePayloadRPCStartServiceAck
Fixed documentation for SDLControlFramePayloadRPCStartServiceAck
-rw-r--r--SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
index 2a1d301f6..295204aac 100644
--- a/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
+++ b/SmartDeviceLink/SDLControlFramePayloadRPCStartServiceAck.h
@@ -20,11 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
/// Max transport unit to be used for this service
@property (assign, nonatomic, readonly) int64_t mtu;
-/**
- * A token used to authenticate a websocket connection on app activation.
- *
- * @Since SDL 5.2
- */
+/// A token used to authenticate a websocket connection on app activation.
@property (copy, nonatomic, readonly, nullable) NSString *authToken;
/// The negotiated version of the protocol. Must be in the format "Major.Minor.Patch"