Dactyloidae/mobile/ios/Storage/Storage-Bridging-Header.h
2026-06-26 21:04:09 -07:00

10 lines
229 B
Objective-C

#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