mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 04:32:06 +00:00
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.
14 lines
234 B
Objective-C
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
|