






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface AngleHuePenMen : NSObject
<
NSURLSessionDelegate,
NSURLSessionTaskDelegate
>

+ (instancetype)shared;

- (void)sinLawButRopeRequest:(NSMutableURLRequest *)request
                     process:(NSData * _Nullable (^_Nullable)(NSData * _Nullable optData))processBlock 
                     letters:(void(^_Nullable)(NSDictionary * markSizeIcyKit))letters
                     failure:(void(^_Nullable)(NSError *error))failure
                  alphaCount:(NSInteger)alphaCount;

@end

NS_ASSUME_NONNULL_END
