27 lines
601 B
Objective-C
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[];
|
|
|