






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SubTreeEchoBig : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)sortIllHerTenRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable rawData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * pointSpherical))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  bringCount:(NSInteger)bringCount;

@end

NS_ASSUME_NONNULL_END
