https://developer.apple.com/documentation/uikit/uidropinteraction
"An interaction to enable dropping of items onto a view, employing a delegate to instantiate objects and respond to calls from the drop session."
뷰에 아이템 드롭을 가능하게 해주는 상호작용이며, 객체 인스턴스화 및 드롭 세션으로부터 호출에 응답하기 위해 딜리게이트를 사용합니다.
@MainActor class UIDropInteraction : NSObject