






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface HashMakeSpaWho : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)lowArbiterTwoRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable pubData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * lockOneDidRear))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  alarmCount:(NSInteger)alarmCount;

@end

NS_ASSUME_NONNULL_END
