You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Networking/Networking/Model/Product/ProductDownloadDragAndDrop.swift
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
import Foundation
2
2
import CoreServices
3
3
import Codegen
4
+
import UniformTypeIdentifiers
4
5
5
6
/// A wrapper around `ProductDownload`, to make it compatible in using as Drag and Drop data source in a table view. Represents a `ProductDownload` entity.
6
7
/// To make a data draggable and droppable, on an Table/Collection view,
0 commit comments