mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Standardize "extern" decls on AS_EXTERN (#972)
* Standardize "extern" decls on AS_EXTERN * Rebase & remove from implementation files
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#import <AsyncDisplayKit/ASStackLayoutSpec.h>
|
||||
|
||||
/** The threshold that determines if a violation has actually occurred. */
|
||||
extern CGFloat const kViolationEpsilon;
|
||||
AS_EXTERN CGFloat const kViolationEpsilon;
|
||||
|
||||
struct ASStackLayoutSpecChild {
|
||||
/** The original source child. */
|
||||
|
||||
Reference in New Issue
Block a user