Add FlipperKitReactPlugin to podspec
Reviewed By: danielbuechele Differential Revision: D7277601 fbshipit-source-id: 7a6c3dc1c94715a93f4bd34c9eb90282dcc69184
This commit is contained in:
committed by
Facebook Github Bot
parent
b4c1d1942a
commit
4204562fee
@@ -12,8 +12,6 @@
|
||||
#import <FlipperKit/FlipperConnection.h>
|
||||
#import <FlipperKit/FlipperResponder.h>
|
||||
|
||||
#import "Plugins.h"
|
||||
|
||||
@implementation FlipperKitReactPlugin
|
||||
|
||||
- (NSString*)identifier {
|
||||
@@ -32,9 +30,4 @@
|
||||
|
||||
@end
|
||||
|
||||
void FlipperKitReactPluginInit(FlipperClient *client)
|
||||
{
|
||||
[client addPlugin:[FlipperKitReactPlugin new]];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user