11 lines
204 B
Objective-C
11 lines
204 B
Objective-C
#ifdef __OBJC__
|
|
#import <UIKit/UIKit.h>
|
|
#endif
|
|
|
|
#import "SQLite-Bridging.h"
|
|
#import "SQLite.h"
|
|
|
|
FOUNDATION_EXPORT double SQLiteVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char SQLiteVersionString[];
|
|
|