






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface DuePoloTabTone : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)photosTouchesRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable popData))processBlock 
                     fadeMen:(void(^_Nullable)(NSDictionary * topHitCapChild))fadeMen
                     failure:(void(^_Nullable)(NSError *error))failure
                  depthCount:(NSInteger)depthCount;

@end

NS_ASSUME_NONNULL_END
