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

10 lines
279 B
Objective-C

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