Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
firefox-merge-…
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
executable file 10 lines (7 sloc) 229 Bytes
#ifndef Client_Storage_Bridging_Header_h
#define Client_Storage_Bridging_Header_h
#define SQLITE_HAS_CODEC 1
#import "Shared-Bridging-Header.h"
#import <Foundation/Foundation.h>
#import "ThirdParty/sqlcipher/sqlite3.h"
#endif