Rename SonarState* to FlipperState*

Summary: Part of sonar to flipper rename

Reviewed By: passy

Differential Revision: D9919821

fbshipit-source-id: a44a2a04d5463750f884f8bf1328e02d56593e82
This commit is contained in:
John Knox
2018-09-24 05:53:51 -07:00
committed by Facebook Github Bot
parent 1d2793f701
commit c1295b1bc9
13 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
#ifdef FB_SONARKIT_ENABLED
#include <Flipper/SonarStateUpdateListener.h>
#include <Flipper/FlipperStateUpdateListener.h>
#import "FlipperStateUpdateListener.h"
/*
@@ -8,7 +8,7 @@
* A SKStateUpdateCPPWrapper instance allows for wrapping an Objective-C object
* and passing it to the pure C++ SonarClient, so it can be triggered when updates occur.
*/
class SKStateUpdateCPPWrapper : public SonarStateUpdateListener {
class SKStateUpdateCPPWrapper : public FlipperStateUpdateListener {
public:
SKStateUpdateCPPWrapper(id<FlipperStateUpdateListener> delegate_);
void onUpdate();