123456789101112131415161718192021 |
- //
- // OOAttanceCheckinHeaderView.swift
- // O2Platform
- //
- // Created by 刘振兴 on 2018/5/23.
- // Copyright © 2018年 zoneland. All rights reserved.
- //
- import UIKit
- class OOAttanceCheckinHeaderView: UIView {
- /*
- // Only override draw() if you perform custom drawing.
- // An empty implementation adversely affects performance during animation.
- override func draw(_ rect: CGRect) {
- // Drawing code
- }
- */
- }
|