Flow_Browser/PrivateBrowser/Pods/Target Support Files/PromiseKit/PromiseKit-umbrella.h
2024-04-17 14:43:19 +08:00

27 lines
601 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 "fwd.h"
#import "AnyPromise.h"
#import "PromiseKit.h"
#import "NSURLSession+AnyPromise.h"
#import "NSTask+AnyPromise.h"
#import "NSNotificationCenter+AnyPromise.h"
#import "PMKFoundation.h"
#import "PMKUIKit.h"
#import "UIView+AnyPromise.h"
#import "UIViewController+AnyPromise.h"
FOUNDATION_EXPORT double PromiseKitVersionNumber;
FOUNDATION_EXPORT const unsigned char PromiseKitVersionString[];