Files
Jot/Carthage/Checkouts/PromiseKit/Tests/Bridging/Infrastructure.h
James Griffin be7b6b5881 Add PromiseKit dependency
- Added PromiseKit dependency
2018-11-15 22:12:39 -04:00

15 lines
383 B
Objective-C

@import Foundation;
@class AnyPromise;
AnyPromise *PMKDummyAnyPromise_YES(void);
AnyPromise *PMKDummyAnyPromise_Manifold(void);
AnyPromise *PMKDummyAnyPromise_Error(void);
__attribute__((objc_runtime_name("PMKPromiseBridgeHelper")))
__attribute__((objc_subclassing_restricted))
@interface PromiseBridgeHelper: NSObject
- (AnyPromise *)bridge1;
@end
AnyPromise *testCase626(void);