Rename iOS SonarPlugin to FlipperPlugin
Summary: Rename iOS SonarPlugin to FlipperPlugin Reviewed By: jknoxville Differential Revision: D9915094 fbshipit-source-id: ea2ca60ab578aca8c8f028e3deea4a3b9a48a63b
This commit is contained in:
committed by
Facebook Github Bot
parent
a488e34514
commit
f970e60edd
@@ -11,12 +11,12 @@
|
||||
|
||||
#import <Sonar/SonarPlugin.h>
|
||||
#import <SonarKit/CppBridge/SonarCppBridgingConnection.h>
|
||||
#import <SonarKit/SonarPlugin.h>
|
||||
#import <SonarKit/FlipperPlugin.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace flipper {
|
||||
|
||||
using ObjCPlugin = NSObject<SonarPlugin> *;
|
||||
using ObjCPlugin = NSObject<FlipperPlugin> *;
|
||||
|
||||
/**
|
||||
SonarCppWrapperPlugin is a simple C++ wrapper around Objective-C Sonar plugins
|
||||
|
||||
Reference in New Issue
Block a user