mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix umbrella header
`ASRunLoopQueue` was added in #1341 and declared as a public header. However, it was not added to the umbrella header. As-is, when consumers integrate `1.9.7`, the framework will not compile with the error: ``` Umbrella header for module 'AsyncDisplayKit' does not include header 'ASDisplayNode+Beta.h' ```
This commit is contained in:
@@ -74,5 +74,6 @@
|
|||||||
#import <AsyncDisplayKit/NSMutableAttributedString+TextKitAdditions.h>
|
#import <AsyncDisplayKit/NSMutableAttributedString+TextKitAdditions.h>
|
||||||
#import <AsyncDisplayKit/UICollectionViewLayout+ASConvenience.h>
|
#import <AsyncDisplayKit/UICollectionViewLayout+ASConvenience.h>
|
||||||
#import <AsyncDisplayKit/UIView+ASConvenience.h>
|
#import <AsyncDisplayKit/UIView+ASConvenience.h>
|
||||||
|
#import <AsyncDisplayKit/ASRunLoopQueue.h>
|
||||||
|
|
||||||
#import <AsyncDisplayKit/AsyncDisplayKit+Debug.h>
|
#import <AsyncDisplayKit/AsyncDisplayKit+Debug.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user