mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-31 10:25:49 +00:00
10 lines
252 B
Objective-C
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
|