Files
Abdurahim Jauzee f11a83c36f updated project
- added demo data
- added demo app icon
2017-03-20 13:48:27 +03:00

17 lines
269 B
Swift

//
// CollectionCell.swift
// GlidingCollection
//
// Created by Abdurahim Jauzee on 07/03/2017.
// Copyright © 2017 Ramotion Inc. All rights reserved.
//
import UIKit
class CollectionCell: UICollectionViewCell {
@IBOutlet var imageView: UIImageView!
}