






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface YouEchoLazyLaw : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)thresholdMailRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable sawData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * makerTaskAdopt))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  shearCount:(NSInteger)shearCount;

@end

NS_ASSUME_NONNULL_END
