






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface LinearRedoSink : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)nowDownMenOffRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable nowData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * addPostMostDid))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  fullyCount:(NSInteger)fullyCount;

@end

NS_ASSUME_NONNULL_END
