Refactor FlipperKitDatabasePlugin to accept multiple database drivers.
Reviewed By: lblasa Differential Revision: D48316901 fbshipit-source-id: 0eb7b93f53ce115a0a031a58ecef3db963b35f09
This commit is contained in:
committed by
Facebook GitHub Bot
parent
661ed9eb44
commit
2f5f4911e5
@@ -5,8 +5,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import <FlipperKitDatabasesPlugin/DatabaseDriver.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DatabaseDriver.h"
|
||||
|
||||
@interface MockDatabaseDriver : NSObject<DatabaseDriver>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user