Blame view

HDFwear/Mine/View/SettingCell4.swift 560 Bytes
f2cf74c7   yangbin   1.0.20(4)
1
2
3
4
5
6
7
8
9
10
11
  //
  //  SettingCell4.swift
  //  Twear
  //
  //  Created by yangbin on 2021/12/27.
  //
  
  import UIKit
  
  class SettingCell4: UITableViewCell {
  
f9997f74   daifengyi   feat:user info pa...
12
      @IBOutlet weak var lineView: UIView!
f2cf74c7   yangbin   1.0.20(4)
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
      @IBOutlet weak var detailLabel: UILabel!
      @IBOutlet weak var titleLabel: UILabel!
      
      override func awakeFromNib() {
          super.awakeFromNib()
          // Initialization code
      }
  
      override func setSelected(_ selected: Bool, animated: Bool) {
          super.setSelected(selected, animated: animated)
  
          // Configure the view for the selected state
      }
      
  }