Objective-C/AVFoundationQueuePlayer-iOS/AAPLQueuedItemCollectionViewCell.m

/*
    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 "AAPLQueuedItemCollectionViewCell.h"
 
 
@implementation AAPLQueuedItemCollectionViewCell
@end