RawExposeEmbedded/LightboxCollectionViewCell.swift
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The collection view cell used in the lightbox collection view. |
*/ |
import UIKit |
class LightboxCollectionViewCell: UICollectionViewCell { |
static let reuseIdentifier = "LightboxCollectionViewCell" |
@IBOutlet weak var imageView: UIImageView! |
} |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-10-04