PhotoCollectionViewReusableView.swift 295 B

123456789101112131415
  1. //
  2. // PhotoCollectionViewReusableView.swift
  3. // MCPlus
  4. //
  5. // Created by seo ha on 07/02/2019.
  6. // Copyright © 2019 KangSH. All rights reserved.
  7. //
  8. import Foundation
  9. import UIKit
  10. class PhotoCollectionViewReusableView: UICollectionReusableView {
  11. @IBOutlet weak var title: UILabel!
  12. }