31 lines
611 B
Objective-C
31 lines
611 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 "fmt/args.h"
|
|
#import "fmt/base.h"
|
|
#import "fmt/chrono.h"
|
|
#import "fmt/color.h"
|
|
#import "fmt/compile.h"
|
|
#import "fmt/core.h"
|
|
#import "fmt/format-inl.h"
|
|
#import "fmt/format.h"
|
|
#import "fmt/os.h"
|
|
#import "fmt/ostream.h"
|
|
#import "fmt/printf.h"
|
|
#import "fmt/ranges.h"
|
|
#import "fmt/std.h"
|
|
#import "fmt/xchar.h"
|
|
|
|
FOUNDATION_EXPORT double fmtVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char fmtVersionString[];
|
|
|