Rename sonar to flipper in the docs
Summary: Sonar->Flipper Reviewed By: passy Differential Revision: D10032191 fbshipit-source-id: 5e5230a02e34b9d1c7c355701daef984dc779f35
This commit is contained in:
committed by
Facebook Github Bot
parent
588d61efc6
commit
3699a0667a
@@ -25,8 +25,8 @@ if (client != null) {
|
||||
### iOS
|
||||
|
||||
```objective-c
|
||||
SonarClient *client = [SonarClient sharedClient];
|
||||
MySonarPlugin *myPlugin = [client pluginWithIdentifier:@"MySonarPlugin"];
|
||||
FlipperClient *client = [FlipperClient sharedClient];
|
||||
MyFlipperPlugin *myPlugin = [client pluginWithIdentifier:@"MyFlipperPlugin"];
|
||||
[myPlugin sendData:myData];
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user