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:
committed by
Facebook Github Bot
parent
1d2793f701
commit
c1295b1bc9
14
xplat/Flipper/FlipperStateUpdateListener.h
Normal file
14
xplat/Flipper/FlipperStateUpdateListener.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (c) 2018-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the LICENSE
|
||||
* file in the root directory of this source tree.
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
class FlipperStateUpdateListener {
|
||||
public:
|
||||
virtual void onUpdate() = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user