123456789101112131415161718 |
- //
- // CollectionReusableView.swift
- // o2app
- //
- // Created by 刘振兴 on 2017/11/30.
- // Copyright © 2017年 zone. All rights reserved.
- //
- import UIKit
- class OOAppMainCollectionReusableView: UICollectionReusableView {
-
-
- @IBOutlet weak var titleLabel: UILabel!
-
-
-
- }
|