![]() |
Couchbase Lite
Objective-C API for iOS and Mac OS
|
#import <Foundation/Foundation.h>Go to the source code of this file.
Macros | |
| #define | NS_ASSUME_NONNULL_BEGIN |
| #define | NS_ASSUME_NONNULL_END |
| #define | nullable |
| #define | __nullable |
| #define | CBLArrayOf(VALUE) NSArray |
| #define | CBLDictOf(KEY, VALUE) NSDictionary |
| #define | CBLEnumeratorOf(VALUE) NSEnumerator |
Functions | |
| typedef | CBLDictOf (NSString *, id) CBLJSONDict |
| #define NS_ASSUME_NONNULL_BEGIN |
| #define NS_ASSUME_NONNULL_END |
| #define nullable |
| #define __nullable |
| #define CBLArrayOf | ( | VALUE | ) | NSArray |
| #define CBLDictOf | ( | KEY, | |
| VALUE | |||
| ) | NSDictionary |
| #define CBLEnumeratorOf | ( | VALUE | ) | NSEnumerator |
| typedef CBLDictOf | ( | NSString * | , |
| id | |||
| ) |