OOAttanceCheckinHeaderView.swift 441 B

123456789101112131415161718192021
  1. //
  2. // OOAttanceCheckinHeaderView.swift
  3. // O2Platform
  4. //
  5. // Created by 刘振兴 on 2018/5/23.
  6. // Copyright © 2018年 zoneland. All rights reserved.
  7. //
  8. import UIKit
  9. class OOAttanceCheckinHeaderView: UIView {
  10. /*
  11. // Only override draw() if you perform custom drawing.
  12. // An empty implementation adversely affects performance during animation.
  13. override func draw(_ rect: CGRect) {
  14. // Drawing code
  15. }
  16. */
  17. }