https://developer.apple.com/documentation/fileprovider/nsfileprovidermanager
"A manager object that you use to communicate with the file provider from either your app or your File Provider extension."
앱 혹은 파일 제공자 확장으로부터 파일 제공자와 소통하기 위해 사용하는 매니저 객체입니다.
class NSFileProviderManager : NSObject
사용자의 파일을 호스트하고 관리하는 파일 제공자 확장을 빌드합니다.
https://developer.apple.com/documentation/fileprovider/creating_a_file_provider_for_ios
https://velog.io/@panther222128/Creating-a-File-Provider-for-iOS
파일 제공자 확장을 위한 주요 클래스입니다.
https://developer.apple.com/documentation/fileprovider/nsfileproviderextension
https://velog.io/@panther222128/NSFileProviderExtension