- //
- // PhotoCollectionViewReusableView.swift
- // MCPlus
- //
- // Created by seo ha on 07/02/2019.
- // Copyright © 2019 KangSH. All rights reserved.
- //
- import Foundation
- import UIKit
- class PhotoCollectionViewReusableView: UICollectionReusableView {
-
- @IBOutlet weak var title: UILabel!
- }
|