mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
10 lines
229 B
C
10 lines
229 B
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
|