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