OOAppMainCollectionHeaderView.swift 439 B

123456789101112131415161718192021
  1. //
  2. // OOAppMainCollectionHeaderView.swift
  3. // o2app
  4. //
  5. // Created by 刘振兴 on 2017/11/30.
  6. // Copyright © 2017年 zone. All rights reserved.
  7. //
  8. import UIKit
  9. class OOAppMainCollectionHeaderView: 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. }