mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix project includes for ASPagerNode
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
// Copyright (c) 2015 Facebook. All rights reserved.
|
// Copyright (c) 2015 Facebook. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
#import <AsyncDisplayKit/ASCollectionView.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ASCollectionNode is a node based class that wraps an ASCollectionView. It can be used
|
* ASCollectionNode is a node based class that wraps an ASCollectionView. It can be used
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import "ASCollectionNode.h"
|
#import "ASCollectionNode.h"
|
||||||
|
#import "ASDisplayNode+Subclasses.h"
|
||||||
|
|
||||||
@implementation ASCollectionNode
|
@implementation ASCollectionNode
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
// Copyright © 2015 Facebook. All rights reserved.
|
// Copyright © 2015 Facebook. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
#import <AsyncDisplayKit/ASCollectionNode.h>
|
||||||
|
|
||||||
@protocol ASPagerNodeDataSource;
|
@protocol ASPagerNodeDataSource;
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#import "ASPagerNode.h"
|
#import "ASPagerNode.h"
|
||||||
|
|
||||||
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||||
|
|
||||||
@interface ASPagerNode () <ASCollectionViewDataSource, ASCollectionViewDelegateFlowLayout> {
|
@interface ASPagerNode () <ASCollectionViewDataSource, ASCollectionViewDelegateFlowLayout> {
|
||||||
UICollectionViewFlowLayout *_flowLayout;
|
UICollectionViewFlowLayout *_flowLayout;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user