Objective-C/AVMetadataRecordPlay/AVMetadataRecordPlay+UICollectionView+Convenience.h

/*
    Copyright (C) 2017 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    UICollectionView convenience extensions.
*/
 
@import UIKit;
 
@interface UICollectionView (Convenience)
 
- (NSArray<NSIndexPath *> *)avMetadataRecordPlay_indexPathsForElementsInRect:(CGRect)rect;
 
@end