mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Shuffle & Cleanup Stuff (#3080)
This commit is contained in:
26
Source/Private/ASIGListAdapterBasedDataSource.h
Normal file
26
Source/Private/ASIGListAdapterBasedDataSource.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// ASIGListAdapterBasedDataSource.h
|
||||
// AsyncDisplayKit
|
||||
//
|
||||
// Created by Adlai Holler on 1/19/17.
|
||||
// Copyright © 2017 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#if IG_LIST_KIT
|
||||
|
||||
#import <IGListKit/IGListKit.h>
|
||||
#import <AsyncDisplayKit/ASCollectionView.h>
|
||||
#import <AsyncDisplayKit/ASCollectionNode.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
AS_SUBCLASSING_RESTRICTED
|
||||
@interface ASIGListAdapterBasedDataSource : NSObject <ASCollectionDataSourceInterop, ASCollectionDelegateInterop, ASCollectionDelegateFlowLayout>
|
||||
|
||||
- (instancetype)initWithListAdapter:(IGListAdapter *)listAdapter;
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user