فهرست منبع

V 5.2.3 fix source-code (#2859)

Marino Faggiana 1 سال پیش
والد
کامیت
69d1122187
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 1
      iOSClient/Main/Collection Common/NCGridCell.swift
  2. 1 2
      iOSClient/Main/Collection Common/NCListCell.swift

+ 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!