https://developer.apple.com/documentation/uikit/uidraginteraction
"An interaction to enable dragging of items from a view, employing a delegate to provide drag items and to respond to calls from the drag session."
뷰로부터 아이템의 드래그를 가능하게 하는 상호작용이며, 드래그 아이템 제공과 드래그 세션으로부터 호출에 응답하기 위해 딜리게이트를 사용합니다.
@MainActor class UIDragInteraction : NSObject