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

10 lines
252 B
Objective-C

#import <PromiseKit/fwd.h>
#import <UIKit/UIAlertView.h>
@interface UIAlertView (PromiseKit)
/**
Thens the dismissedButtonIndex and the alertView itself as the second
parameter. This promise will never be rejected.
*/
- (PMKPromise *)promise;
@end