CollectionView/Cell.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Custom collection view cell for image and its label. |
*/ |
@import UIKit; |
@interface Cell : UICollectionViewCell |
@property (strong, nonatomic) IBOutlet UIImageView *image; |
@property (strong, nonatomic) IBOutlet UILabel *label; |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-10-22