PromiseKit/Sources/PromiseKit.h
Max Howell 3e26b05fe5 Remove AAA-CocoaPods-Hack
Cyclic dependencies are bad MMMKAY?
2017-04-24 11:47:17 -04:00

8 lines
217 B
Objective-C

#import "fwd.h"
#import "AnyPromise.h"
#import <Foundation/NSObjCRuntime.h> // `FOUNDATION_EXPORT`
FOUNDATION_EXPORT double PromiseKitVersionNumber;
FOUNDATION_EXPORT const unsigned char PromiseKitVersionString[];