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:
Pritesh Nandgaonkar
2018-09-18 11:56:20 -07:00
committed by Facebook Github Bot
parent f970e60edd
commit fdc4f7a5c8
11 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ using facebook::flipper::SonarCppWrapperPlugin;
@implementation DummyPlugin
- (NSString *)identifier { return @"Dummy"; }
- (void)didConnect:(id<SonarConnection>)connection {}
- (void)didConnect:(id<FlipperConnection>)connection {}
- (void)didDisconnect {}
@end