Rename iOS SonarPlugin to FlipperPlugin
Summary: Rename iOS SonarPlugin to FlipperPlugin Reviewed By: jknoxville Differential Revision: D9915094 fbshipit-source-id: ea2ca60ab578aca8c8f028e3deea4a3b9a48a63b
This commit is contained in:
committed by
Facebook Github Bot
parent
a488e34514
commit
f970e60edd
@@ -9,13 +9,13 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <SonarKit/SonarPlugin.h>
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
#import "SKTapListener.h"
|
||||
#import "SKInvalidation.h"
|
||||
#import "SKDescriptorMapper.h"
|
||||
|
||||
@interface SonarKitLayoutPlugin : NSObject<SonarPlugin, SKInvalidationDelegate>
|
||||
@interface SonarKitLayoutPlugin : NSObject<FlipperPlugin, SKInvalidationDelegate>
|
||||
|
||||
- (instancetype)initWithRootNode:(id<NSObject>)rootNode
|
||||
withDescriptorMapper:(SKDescriptorMapper *)mapper;
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <SonarKit/SonarPlugin.h>
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
@interface SKBufferingPlugin : NSObject<SonarPlugin>
|
||||
@interface SKBufferingPlugin : NSObject<FlipperPlugin>
|
||||
|
||||
- (instancetype)initWithQueue:(dispatch_queue_t)queue NS_DESIGNATED_INITIALIZER;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#if FB_SONARKIT_ENABLED
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <SonarKit/SonarPlugin.h>
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
#import "SKBufferingPlugin.h"
|
||||
#import "SKNetworkReporter.h"
|
||||
|
||||
Reference in New Issue
Block a user