PhotoCollectionViewCell.swift 337 B

123456789101112131415161718
  1. //
  2. // PhotoCollectionViewCell.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 PhotoCollectionViewCell: UICollectionViewCell {
  11. @IBOutlet weak var album: UIImageView!
  12. @IBOutlet weak var check: CheckImageButton!
  13. }