Files
My-Mind-2.0/My Mind/Pods/Target Support Files/leveldb-library/leveldb-library-umbrella.h

31 lines
585 B
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "c.h"
#import "cache.h"
#import "comparator.h"
#import "db.h"
#import "dumpfile.h"
#import "env.h"
#import "filter_policy.h"
#import "iterator.h"
#import "options.h"
#import "slice.h"
#import "status.h"
#import "table.h"
#import "table_builder.h"
#import "write_batch.h"
FOUNDATION_EXPORT double leveldbVersionNumber;
FOUNDATION_EXPORT const unsigned char leveldbVersionString[];