mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
12 lines
326 B
Objective-C
12 lines
326 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for sqlcipher.
|
|
FOUNDATION_EXPORT double sqlcipherVersionNumber;
|
|
|
|
//! Project version string for sqlcipher.
|
|
FOUNDATION_EXPORT const unsigned char sqlcipherVersionString[];
|
|
|
|
#import <sqlcipher/sqlcipher_config.h>
|
|
#import <sqlcipher/sqlite3.h>
|
|
#import <sqlcipher/sqlite3ext.h>
|