CBLCameraFileSystem
Objective-C
@protocol CBLCameraFileSystem <NSObject>
Swift
protocol CameraFileSystem : NSObjectProtocol
Camera filesystem methods.
-
Returns an array of
CBLFileStorage
instances representing the storage within the device.Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSArray<id<CBLFileStorage>> *storageDevices;
Swift
var storageDevices: [any FileStorage]? { get }