GRDB.swift/SQLiteCustom/GRDBCustomSQLite.h
swiftlyfalling cb8331f213 Renamed customizable files to <file>-USER, added .example files, preserve user customizations.
Added .example files.
Added build phase script to copy .example files if user configuration
files are not already present.
2016-05-30 21:16:36 -04:00

12 lines
345 B
Objective-C
Executable File

@import Foundation;
//! Project version number for GRDB.
FOUNDATION_EXPORT double GRDB_VersionNumber;
//! Project version string for GRDB.
FOUNDATION_EXPORT const unsigned char GRDB_VersionString[];
#import <GRDBCustomSQLite/GRDBCustomSQLite-USER.h>
#import <GRDBCustomSQLite/GRDBCustomSQLite-Bridging.h>
#import <GRDBCustomSQLite/sqlite3.h>