PhotoHandoff/AAPLCustomCellBackground.h

/*
 Copyright (C) 2014 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/UIKit.h>
 
@interface AAPLCustomCellBackground : UIView
 
+ (UIView *)customCellBackground;
 
@end