summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLListFilesOperation.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-06-12 09:41:34 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-06-12 09:41:34 -0400
commit5e4e377a21cc4acc50a971900d97f0cf324cd0ad (patch)
tree9c800359877f64bce290467ff4484762435cd390 /SmartDeviceLink/SDLListFilesOperation.h
parentec95e0712153d176c9155b71819ba9d5a864daca (diff)
downloadsdl_ios-5e4e377a21cc4acc50a971900d97f0cf324cd0ad.tar.gz
In progress file manager spec rewritefeature/issue_0187_restructure_ios_threading
* See todo for current location
Diffstat (limited to 'SmartDeviceLink/SDLListFilesOperation.h')
-rw-r--r--SmartDeviceLink/SDLListFilesOperation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLListFilesOperation.h b/SmartDeviceLink/SDLListFilesOperation.h
index 9107ef758..5f93ab098 100644
--- a/SmartDeviceLink/SDLListFilesOperation.h
+++ b/SmartDeviceLink/SDLListFilesOperation.h
@@ -28,6 +28,10 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (instancetype)initWithConnectionManager:(id<SDLConnectionManagerType>)connectionManager completionHandler:(nullable SDLFileManagerListFilesCompletionHandler)completionHandler;
+@property (strong, nonatomic, readonly) NSUUID *operationId;
+@property (weak, nonatomic, readonly) id<SDLConnectionManagerType> connectionManager;
+@property (copy, nonatomic, nullable, readonly) SDLFileManagerListFilesCompletionHandler completionHandler;
+
@end
NS_ASSUME_NONNULL_END