CollectionView/CustomCellBackground.h

/*
Copyright (C) 2015 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
 
Abstract:
Custom UIView to draw a rounded blue box to represent a selected cell.
*/
 
@import UIKit;
 
@interface CustomCellBackground : UIView
 
@end