






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ShearNapIllFix : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)bothFunRedCutRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable useData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * criticalPartly))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  raiseCount:(NSInteger)raiseCount;

@end

NS_ASSUME_NONNULL_END
