TLCollectionTableViewCell.swift 358 B

123456789101112131415
  1. //
  2. // TLCollectionTableViewCell.swift
  3. // TLPhotosPicker
  4. //
  5. // Created by wade.hawk on 2017. 5. 3..
  6. // Copyright © 2017년 wade.hawk. All rights reserved.
  7. //
  8. import UIKit
  9. class TLCollectionTableViewCell: UITableViewCell {
  10. @IBOutlet var thumbImageView: UIImageView!
  11. @IBOutlet var titleLabel: UILabel!
  12. @IBOutlet var subTitleLabel: UILabel!
  13. }