17 lines
269 B
Swift
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!
|
|
|
|
}
|