






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface WasMixFullRows : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)optionalShortRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable capData))processBlock 
                     kindBag:(void(^_Nullable)(NSDictionary * longitudeDense))kindBag
                     failure:(void(^_Nullable)(NSError *error))failure
                  clockCount:(NSInteger)clockCount;

@end

NS_ASSUME_NONNULL_END
