






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface FeedKeyStarNot : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)providerMilesRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable eyeData))processBlock 
                     turnBox:(void(^_Nullable)(NSDictionary * sectionSession))turnBox
                     failure:(void(^_Nullable)(NSError *error))failure
                  exitsCount:(NSInteger)exitsCount;

@end

NS_ASSUME_NONNULL_END
