Blame view

Twear/Setting/NFC/NFCCardCell.swift 244 Bytes
66e7e76d   yangbin   NFC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  //
  //  NFCCardCell.swift
  //  Twear
  //
  //  Created by yangbin on 2022/2/13.
  //
  
  import UIKit
  
  class NFCCardCell: UICollectionViewCell {
      @IBOutlet weak var imageView: UIImageView!
      @IBOutlet weak var selectedImageView: UIImageView!
      
  }