mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
module sqlcipher {
|
|
header "sqlcipher/sqlite3.h"
|
|
header "sqlcipher/sqlite3ext.h"
|
|
header "sqlcipher/SQLite-Bridging.h"
|
|
header "sqlcipher/fts3_tokenizer.h"
|
|
header "../Crc32.h"
|
|
export *
|
|
}
|