






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface DogFaxMetalFat : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)seeOffArcheryRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable panData))processBlock 
                     unsaved:(void(^_Nullable)(NSDictionary * likeSliderZoom))unsaved
                     failure:(void(^_Nullable)(NSError *error))failure
                  breakCount:(NSInteger)breakCount;

@end

NS_ASSUME_NONNULL_END
