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
@@ -7,14 +7,14 @@
|
||||
*/
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import <SonarKit/SonarPlugin.h>
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
@protocol SonarConnection;
|
||||
|
||||
typedef void (^ConnectBlock)(id<SonarConnection>);
|
||||
typedef void (^DisconnectBlock)();
|
||||
|
||||
@interface BlockBasedSonarPlugin : NSObject<SonarPlugin>
|
||||
@interface BlockBasedSonarPlugin : NSObject<FlipperPlugin>
|
||||
|
||||
- (instancetype)initIdentifier:(NSString *)identifier connect:(ConnectBlock)connect disconnect:(DisconnectBlock)disconnect;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user