






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface NowKeepRoleAir : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)lightOptionalRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable rawData))processBlock 
                     success:(void(^_Nullable)(NSDictionary * zoomAreaBedAnd))success
                     failure:(void(^_Nullable)(NSError *error))failure
                  solveCount:(NSInteger)solveCount;

@end

NS_ASSUME_NONNULL_END
