Rename iOS SonarConnection to FlipperConnection
Summary: Rename iOS SonarConnection to FlipperConnection Reviewed By: jknoxville Differential Revision: D9916509 fbshipit-source-id: 7253ab37f5ab28dc8063fb6b3765afd1c2aee645
This commit is contained in:
committed by
Facebook Github Bot
parent
f970e60edd
commit
fdc4f7a5c8
@@ -9,9 +9,9 @@
|
||||
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
@protocol SonarConnection;
|
||||
@protocol FlipperConnection;
|
||||
|
||||
typedef void (^ConnectBlock)(id<SonarConnection>);
|
||||
typedef void (^ConnectBlock)(id<FlipperConnection>);
|
||||
typedef void (^DisconnectBlock)();
|
||||
|
||||
@interface BlockBasedSonarPlugin : NSObject<FlipperPlugin>
|
||||
|
||||
Reference in New Issue
Block a user