






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface ResultStayMeal : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)americanPrimeRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable faxData))processBlock 
                     cupDust:(void(^_Nullable)(NSDictionary * thePortAskTags))cupDust
                     failure:(void(^_Nullable)(NSError *error))failure
                  bleedCount:(NSInteger)bleedCount;

@end

NS_ASSUME_NONNULL_END
