Objective-C/AVMetadataRecordPlay/AVMetadataRecordPlayAssetGridViewController.h

/*
    Copyright (C) 2017 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    Grid of assets view controller.
*/
 
@import UIKit;
@import AVFoundation;
 
#import "AVMetadataRecordPlayPlayerViewController.h"
 
@interface AVMetadataRecordPlayAssetGridViewController : UICollectionViewController
 
@property (nonatomic) AVAsset *selectedAsset;
 
@end