Swift/AVFoundationQueuePlayer-iOS/QueuedItemCollectionViewCell.swift

/*
    Copyright (C) 2016 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Collection view cell to represent an AVPlayerItem in an AVQueuePlayer's queue.
*/
 
import UIKit
 
/// A simple `UICollectionViewCell` that displays text.
class QueuedItemCollectionViewCell: UICollectionViewCell {
    @IBOutlet var label: UILabel!
}