Swiftgram/examples/CustomCollectionView/Sample/ImageCollectionViewCell.h
Scott Goodson f71eba77af [ASCollectionView] Finish support for interoperability with base-class UICollectionViewCells.
This also supports supplementary nodes. It builds off of Adlai's .interop flag but makes necessary
improvements for all of the delegate methods to work in practice with heterogenous cell types.
2017-02-04 20:40:44 -08:00

14 lines
234 B
Objective-C

//
// ImageCollectionViewCell.h
// Sample
//
// Created by Hannah Troisi on 1/28/17.
// Copyright © 2017 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ImageCollectionViewCell : UICollectionViewCell
@end