23 #import <Foundation/Foundation.h>
25 #import <Availability.h>
27 #if defined(__IPHONE_OS_VERSION_MIN_REQUIRED) && !defined(AF_APP_EXTENSIONS)
29 #import <UIKit/UIKit.h>
36 @interface UIAlertView (AFNetworking)
48 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
49 + (void)showAlertViewForTaskWithErrorOnCompletion:(NSURLSessionTask *)task
50 delegate:(
id)delegate;
61 #if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
62 + (void)showAlertViewForTaskWithErrorOnCompletion:(NSURLSessionTask *)task
64 cancelButtonTitle:(NSString *)cancelButtonTitle
65 otherButtonTitles:(NSString *)otherButtonTitles, ... NS_REQUIRES_NIL_TERMINATION;
79 delegate:(
id)delegate;
91 cancelButtonTitle:(NSString *)cancelButtonTitle
92 otherButtonTitles:(NSString *)otherButtonTitles, ... NS_REQUIRES_NIL_TERMINATION;
Definition: AFURLConnectionOperation.h:97