SamplePhotosApp/AAPLGridViewCell.h
/* |
Copyright (C) 2014 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
A collection view cell that displays a thumbnail image. |
*/ |
@import UIKit; |
@interface AAPLGridViewCell : UICollectionViewCell |
@property (nonatomic, strong) UIImage *thumbnailImage; |
@end |