






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface SinglePanorama : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)charOneOptCutRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable artData))processBlock 
                     wayDeep:(void(^_Nullable)(NSDictionary * factMoveDevice))wayDeep
                     failure:(void(^_Nullable)(NSError *error))failure
                  towerCount:(NSInteger)towerCount;

@end

NS_ASSUME_NONNULL_END
