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
@@ -29,7 +29,7 @@
|
||||
return _identifier;
|
||||
}
|
||||
|
||||
- (void)didConnect:(id<SonarConnection>)connection
|
||||
- (void)didConnect:(id<FlipperConnection>)connection
|
||||
{
|
||||
if (_connect) {
|
||||
_connect(connection);
|
||||
|
||||
Reference in New Issue
Block a user