14 lines
327 B
Objective-C
14 lines
327 B
Objective-C
/*
|
||
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
|