Protocol
SourceProvider
public protocol SourceProvider: UIViewController
SourceProvider
defines the protocol that must be implemented by any view controllers that should be used to
pick files using an user-provided implementation.
Relationships
Conforms To
UIViewController
Requirements
sourceProviderDelegate
var sourceProviderDelegate: SourceProviderDelegate?
Defines the source provider delegate.
init()
init()
Initializer for this source provider.