samhuri.net-ios/Pods/PromiseKit/objc/NSNotificationCenter+PromiseKit.h
2014-10-18 14:19:51 -07:00

12 lines
310 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#import <Foundation/NSNotification.h>
#import <PromiseKit/fwd.h>
@interface NSNotificationCenter (PromiseKit)
/**
Fires once for the named notification.
thens the NSNotification object and the NSNotifications userInfo as the second argument.
*/
+ (PMKPromise *)once:(NSString *)notificationName;
@end