Standardize "extern" decls on AS_EXTERN (#972)

* Standardize "extern" decls on AS_EXTERN

* Rebase & remove from implementation files
This commit is contained in:
Adlai Holler
2018-06-18 15:53:34 -07:00
committed by GitHub
parent 69e0c096e1
commit dbe469a94a
61 changed files with 247 additions and 362 deletions

View File

@@ -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. */