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 Jens Alfke on 12/2/11.
6 // Copyright (c) 2011-2013 Couchbase, Inc. All rights reserved.
7 //
8 // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
9 // except in compliance with the License. You may obtain a copy of the License at
10 // http://www.apache.org/licenses/LICENSE-2.0
11 // Unless required by applicable law or agreed to in writing, software distributed under the
12 // License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
13 // either express or implied. See the License for the specific language governing permissions
14 // and limitations under the License.
15 
16 
17 #define CBL_DEPRECATED // Enable deprecated methods.
18 
19 #import "CBLManager.h"
20 #import "CBLDatabase.h"
21 #import "CBLDatabaseChange.h"
22 #import "CBLDocument.h"
23 #import "CBLRevision.h"
24 #import "CBLAttachment.h"
25 #import "CBLView.h"
26 #import "CBLQuery.h"
28 #import "CBLQuery+Geo.h"
29 #import "CBLQueryBuilder.h"
30 #import "CBLAuthenticator.h"
32 #import "CBLReplication.h"
33 #import "CBLModel.h"
34 #import "CBLModelFactory.h"
35 #import "CBLJSON.h"
36 
37 #if TARGET_OS_IPHONE
38 #import "CBLUITableSource.h"
39 #else
41 #endif