Caps-iOS/CapCollector/Presentation/ImageCell.swift

16 lines
229 B
Swift
Raw Normal View History

2019-03-15 13:19:19 +01:00
//
// ImageCell.swift
// CapFinder
//
// Created by User on 07.02.18.
// Copyright © 2018 User. All rights reserved.
//
import UIKit
class ImageCell: UICollectionViewCell {
@IBOutlet weak var capView: UIImageView!
}