Rename FB_LINK_REQUIRE to FB_LINK_REQUIRE_CATEGORY
Reviewed By: adamjernst Differential Revision: D13577664 fbshipit-source-id: 6a81e097840ccc66f55641990ad63729345b49e2
This commit is contained in:
committed by
Facebook Github Bot
parent
6cfdf1a8a9
commit
6d4728c41f
@@ -9,5 +9,5 @@
|
||||
#define FB_SK_MACROS_H
|
||||
#define FB_LINK_REQUIRE_(NAME)
|
||||
#define FB_LINKABLE(NAME)
|
||||
#define FB_LINK_REQUIRE(NAME)
|
||||
#define FB_LINK_REQUIRE_CATEGORY(NAME)
|
||||
#endif
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#import <FlipperKitLayoutPlugin/SKNamed.h>
|
||||
#import <FlipperKitLayoutPlugin/SKNodeDescriptor.h>
|
||||
|
||||
FB_LINK_REQUIRE(CKComponent_Sonar)
|
||||
FB_LINK_REQUIRE_CATEGORY(CKComponent_Sonar)
|
||||
@interface CKComponent (Sonar)
|
||||
|
||||
- (NSArray<SKNamed<NSDictionary<NSString *, NSObject *> *> *> *)sonar_getData;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#import <ComponentKit/CKFlexboxComponent.h>
|
||||
#import <FlipperKit/SKMacros.h>
|
||||
|
||||
FB_LINK_REQUIRE(CKFlexboxComponent_Sonar)
|
||||
FB_LINK_REQUIRE_CATEGORY(CKFlexboxComponent_Sonar)
|
||||
@interface CKFlexboxComponent (Sonar)
|
||||
|
||||
@end
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#import <ComponentKit/CKInsetComponent.h>
|
||||
#import <FlipperKit/SKMacros.h>
|
||||
|
||||
FB_LINK_REQUIRE(CKInsetComponent_Sonar)
|
||||
FB_LINK_REQUIRE_CATEGORY(CKInsetComponent_Sonar)
|
||||
@interface CKInsetComponent (Sonar)
|
||||
|
||||
@end
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#import <ComponentKit/CKStatelessComponent.h>
|
||||
#import <FlipperKit/SKMacros.h>
|
||||
|
||||
FB_LINK_REQUIRE(CKStatelessComponent_Sonar)
|
||||
FB_LINK_REQUIRE_CATEGORY(CKStatelessComponent_Sonar)
|
||||
@interface CKStatelessComponent (Sonar)
|
||||
|
||||
- (NSString *)sonar_componentNameOverride;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#import <FlipperKit/SKMacros.h>
|
||||
|
||||
FB_LINK_REQUIRE(UICollectionView_SKInvalidation)
|
||||
FB_LINK_REQUIRE_CATEGORY(UICollectionView_SKInvalidation)
|
||||
@interface UICollectionView (SKInvalidation)
|
||||
|
||||
+ (void)enableInvalidations;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
#import "SKObject.h"
|
||||
|
||||
FB_LINK_REQUIRE(UIColor_SonarValueCoder)
|
||||
FB_LINK_REQUIRE_CATEGORY(UIColor_SonarValueCoder)
|
||||
@interface UIColor (SonarValueCoder) <SKSonarValueCoder>
|
||||
|
||||
@end
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
#import <FlipperKit/SKMacros.h>
|
||||
|
||||
FB_LINK_REQUIRE(UIView_SKInvalidation)
|
||||
FB_LINK_REQUIRE_CATEGORY(UIView_SKInvalidation)
|
||||
@interface UIView (SKInvalidation)
|
||||
|
||||
+ (void)enableInvalidation;
|
||||
|
||||
Reference in New Issue
Block a user