Rename SonarWebSocket

Summary:
Part of Sonar -> Flipper rename.
It's about time this is renamed from *Websocket as well, since it doesn't use websockets anymore.

Reviewed By: passy

Differential Revision: D9919695

fbshipit-source-id: 78a63bfb7d5de19c093b7fb775d1426b4fc58f77
This commit is contained in:
John Knox
2018-09-24 05:53:49 -07:00
committed by Facebook Github Bot
parent 2a822a1b99
commit 1d2793f701
12 changed files with 81 additions and 81 deletions

View File

@@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
@protocol FlipperResponder;
@protocol SonarWebSocket;
@protocol FlipperConnectionManager;
typedef void (^SonarReceiver)(NSDictionary*, id<FlipperResponder>);