Couchbase Lite
Objective-C API for iOS and Mac OS
CouchbaseLite.h
Go to the documentation of this file.
1 //
2 // CouchbaseLite.h
3 // CouchbaseLite
4 //
5 // Created by Pasin Suriyentrakorn on 12/15/16.
6 // Copyright © 2016 Couchbase. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
12 FOUNDATION_EXPORT double CouchbaseLiteVersionNumber;
13 
15 FOUNDATION_EXPORT const unsigned char CouchbaseLiteVersionString[];
16 
17 #import "CBLBlob.h"
18 #import "CBLConflictResolver.h"
19 #import "CBLDatabase.h"
20 #import "CBLDocument.h"
21 #import "CBLProperties.h"
22 #import "CBLQuery.h"
23 #import "CBLQueryRow.h"
FOUNDATION_EXPORT double CouchbaseLiteVersionNumber
Project version number for CouchbaseLite.
Definition: CouchbaseLite.h:12
FOUNDATION_EXPORT const unsigned char CouchbaseLiteVersionString[]
Project version string for CouchbaseLite.
Definition: CouchbaseLite.h:15