OOAppMainCollectionReusableView.swift 300 B

123456789101112131415161718
  1. //
  2. // CollectionReusableView.swift
  3. // o2app
  4. //
  5. // Created by 刘振兴 on 2017/11/30.
  6. // Copyright © 2017年 zone. All rights reserved.
  7. //
  8. import UIKit
  9. class OOAppMainCollectionReusableView: UICollectionReusableView {
  10. @IBOutlet weak var titleLabel: UILabel!
  11. }