OOAttanceCheckinPromptView.swift 551 B

123456789101112131415161718192021222324
  1. //
  2. // OOAttanceCheckinPromptView.swift
  3. // O2Platform
  4. //
  5. // Created by 刘振兴 on 2018/5/22.
  6. // Copyright © 2018年 zoneland. All rights reserved.
  7. //
  8. import UIKit
  9. class OOAttanceCheckinPromptView: UIView {
  10. @IBOutlet weak var iconImageView: UIImageView!
  11. @IBOutlet weak var promptTitleLabel: UILabel!
  12. /*
  13. // Only override draw() if you perform custom drawing.
  14. // An empty implementation adversely affects performance during animation.
  15. override func draw(_ rect: CGRect) {
  16. // Drawing code
  17. }
  18. */
  19. }