






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface PullProxyStair : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)theIntentsArmRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable tipData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * hisIcyNowSpine))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  breakCount:(NSInteger)breakCount;

@end

NS_ASSUME_NONNULL_END
