






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface RestoringOther : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)staySayAirWaxRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable oldData))processBlock 
                     getSave:(void(^_Nullable)(NSDictionary * seedProxyMiles))getSave
                     failure:(void(^_Nullable)(NSError *error))failure
                  rightCount:(NSInteger)rightCount;

@end

NS_ASSUME_NONNULL_END
