summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPermissionItem.h
diff options
context:
space:
mode:
authorSatbir Tanda <satbirtanda@gmail.com>2019-08-09 14:30:22 -0700
committerSatbir Tanda <satbirtanda@gmail.com>2019-08-09 14:30:22 -0700
commit5942c70ab9940a6b9ccdb86023dd997ffc039622 (patch)
treeaafe5a3fc8ba9da49c716843715705499ac70ff1 /SmartDeviceLink/SDLPermissionItem.h
parent4421fe0febd7f83b4018bee51649238dea7a95ae (diff)
downloadsdl_ios-5942c70ab9940a6b9ccdb86023dd997ffc039622.tar.gz
Make recommended fixes
Diffstat (limited to 'SmartDeviceLink/SDLPermissionItem.h')
-rw-r--r--SmartDeviceLink/SDLPermissionItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLPermissionItem.h b/SmartDeviceLink/SDLPermissionItem.h
index c59461bed..1b363b068 100644
--- a/SmartDeviceLink/SDLPermissionItem.h
+++ b/SmartDeviceLink/SDLPermissionItem.h
@@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
Describes whether or not the RPC needs encryption
- Optional Boolean
+ Optional, Boolean, since SDL 6.0
*/
@property (strong, nonatomic, nullable) NSNumber<SDLBool> *requireEncryption;