Blame view

Twear/Setting(设置)/VIew/SettingCell.swift 234 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  //
  //  SettingCell.swift
  //  Twear
  //
  //  Created by yangbin on 2021/12/18.
  //
  
  import UIKit
  
  class SettingCell: UICollectionViewCell {
      @IBOutlet weak var imageView: UIImageView!
      @IBOutlet weak var label: UILabel!
      
      
  }