https://developer.apple.com/documentation/uikit/uipasteconfiguration
"The interface that an object implements to declare its ability to accept specific data types for pasting and for drag and drop activities."
붙여넣기와 드래그 앤 드롭 동작에서 특정 데이터 타입을 수용하기 위한 기능을 선언할 수 있도록 객체가 구현하는 인터페이스입니다.
사용자가 앱 내에서 한 곳으로부터 다른 곳으로 데이터를 공유하는 것을 돕고, 앱으로부터 다른 앱으로 데이터를 공유하는 것을 돕는 객체입니다.
https://developer.apple.com/documentation/uikit/uipasteboard
https://velog.io/@panther222128/UIPasteboard