NSFileProviderServiceSource
A service that provides a custom communication channel between the host app and the File Provider extension.
Declaration
protocol NSFileProviderServiceSourceOverview
To implement a File Provider service, the NSFileProviderExtension subclass must override the supportedServiceSources(for:) method and return the supported services.
For more information about creating services, see NSFileProviderService.