Marino Faggiana 1 жил өмнө
parent
commit
69d1122187

+ 1 - 1
iOSClient/Main/Collection Common/NCGridCell.swift

@@ -23,7 +23,7 @@
 
 import UIKit
 
-class NCGridCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProtocol, NCTrashCellProtocol {
+class NCGridCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProtocol {
 
     @IBOutlet weak var imageItem: UIImageView!
     @IBOutlet weak var imageSelect: UIImageView!

+ 1 - 2
iOSClient/Main/Collection Common/NCListCell.swift

@@ -22,9 +22,8 @@
 //
 
 import UIKit
-import SwipeCellKit
 
-class NCListCell: SwipeCollectionViewCell, UIGestureRecognizerDelegate, NCCellProtocol {
+class NCListCell: UICollectionViewCell, UIGestureRecognizerDelegate, NCCellProtocol {
 
     @IBOutlet weak var imageItem: UIImageView!
     @IBOutlet weak var imageSelect: UIImageView!