






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface FaxRetMilesJob : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)baseTryOurSonRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable eyeData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * airGivenBadFix))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  readyCount:(NSInteger)readyCount;

@end

NS_ASSUME_NONNULL_END
