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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user