ApplyCardStrategyCollectionViewCell.swift 386 B

12345678910111213141516171819
  1. //
  2. // ApplyCardStrategyCollectionViewCell.swift
  3. // xingchuangke
  4. //
  5. // Created by Virgil on 2019/4/25.
  6. // Copyright © 2019 Virgil. All rights reserved.
  7. //
  8. import UIKit
  9. class ApplyCardStrategyCollectionViewCell: UICollectionViewCell {
  10. @IBOutlet weak var img: UIImageView!
  11. override func awakeFromNib() {
  12. super.awakeFromNib()
  13. // Initialization code
  14. }
  15. }