mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[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.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user