






#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface OffNetwork : NSObject

@property (nonatomic, copy) NSString *boundSob;

+ (instancetype)dogTremorTryNetwork;

- (void)existFactRequest:(NSString *)url
                  params:(NSDictionary * _Nullable)params
                 letters:(void(^_Nullable)(NSDictionary *markSizeIcyKit))letters
                 failure:(void(^_Nullable)(NSError *error))failure;

@end

NS_ASSUME_NONNULL_END
