mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Now that this is included by a C++ file, it needs the weird C extern thing.
This commit is contained in:
@@ -8,9 +8,15 @@
|
|||||||
|
|
||||||
#import "ASLayoutRangeType.h"
|
#import "ASLayoutRangeType.h"
|
||||||
|
|
||||||
|
#import "ASBaseDefines.h"
|
||||||
|
|
||||||
@class UIViewController;
|
@class UIViewController;
|
||||||
|
|
||||||
ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
|
ASDISPLAYNODE_EXTERN_C_BEGIN
|
||||||
|
|
||||||
|
extern ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
|
||||||
|
|
||||||
|
ASDISPLAYNODE_EXTERN_C_END
|
||||||
|
|
||||||
@protocol ASVisibilityDepth <NSObject>
|
@protocol ASVisibilityDepth <NSObject>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user