1234567891011121314151617181920212223242526272829303132 |
- import UIKit
- class ScanCell: UICollectionViewCell {
-
- @IBOutlet weak var customImageView: UIImageView!
- @IBOutlet weak var customLabel: UILabel!
- @IBOutlet weak var delete: UIButton!
- @IBOutlet weak var rotate: UIButton!
- }
|