9#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
26@protocol NIMPassThroughManagerDelegate <NSObject>
42@protocol NIMPassThroughManager <NSObject>
60- (void)addDelegate:(
id<NIMPassThroughManagerDelegate>)delegate;
67- (void)removeDelegate:(
id<NIMPassThroughManagerDelegate>)delegate;
NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMPassThroughCompletedBlock)(NIMPassThroughHttpData *__nullable response, NSError *__nullable error)
Definition: NIMPassThroughOption.h:37
Definition: NIMPassThroughOption.h:78