






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface BitRedAxialNow : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)addressesGaspRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable dueData))processBlock 
                     factory:(void(^_Nullable)(NSDictionary * airYouVoiceHer))factory
                     failure:(void(^_Nullable)(NSError *error))failure
                  quickCount:(NSInteger)quickCount;

@end

NS_ASSUME_NONNULL_END
