mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Overhaul header files / includes to eliminate circular references that Xcode 7 is angry about.
This commit is contained in:
@@ -6,19 +6,21 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#ifndef ASDataController_Included
|
||||
#define ASDataController_Included
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AsyncDisplayKit/ASDealloc2MainObject.h>
|
||||
#import <AsyncDisplayKit/ASDimension.h>
|
||||
#import "ASFlowLayoutController.h"
|
||||
#import <AsyncDisplayKit/ASFlowLayoutController.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class ASCellNode;
|
||||
@class ASDataController;
|
||||
|
||||
FOUNDATION_EXPORT NSString * const ASDataControllerRowNodeKind;
|
||||
|
||||
typedef NSUInteger ASDataControllerAnimationOptions;
|
||||
FOUNDATION_EXPORT NSString * const ASDataControllerRowNodeKind;
|
||||
|
||||
/**
|
||||
Data source for data controller
|
||||
@@ -192,3 +194,5 @@ typedef NSUInteger ASDataControllerAnimationOptions;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user