Skip to content

Commit

Permalink
Create IGSQLiteDatabaseDriver and integrate it with instamadillo e2ee…
Browse files Browse the repository at this point in the history
… flow.

Summary: IGSQLiteDatabaseDriver implements the DatabaseDriver protocol that is required to flipper send requests from desktop app to the client.

Differential Revision: D48172578

fbshipit-source-id: 09ac9415dd1b98c347984228def617f27d2e1aa0
  • Loading branch information
Fúlvio Abrahão de Paula authored and facebook-github-bot committed Aug 21, 2023
1 parent 7210c89 commit 4cf63ce
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

#if FB_SONARKIT_ENABLED

#import <FlipperKit/FlipperPlugin.h>
#import <Foundation/Foundation.h>
#import "DatabaseDriver.h"
Expand All @@ -20,3 +22,5 @@
- (void)removeDatabaseDriver:(id<DatabaseDriver>)driver;

@end

#endif

0 comments on commit 4cf63ce

Please sign in to comment.