mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +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 "ASBaseDefines.h"
|
||||
|
||||
@class UIViewController;
|
||||
|
||||
ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
|
||||
ASDISPLAYNODE_EXTERN_C_BEGIN
|
||||
|
||||
extern ASLayoutRangeMode ASLayoutRangeModeForVisibilityDepth(NSUInteger visibilityDepth);
|
||||
|
||||
ASDISPLAYNODE_EXTERN_C_END
|
||||
|
||||
@protocol ASVisibilityDepth <NSObject>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user