ReactiveObjC (十三) (RACDelegateProxy)

@interface RACDelegateProxy : NSObject

@property (nonatomic, unsafe_unretained) id rac_proxiedDelegate;
- (instancetype)initWithProtocol:(Protocol *)protocol;
- (RACSignal *)signalForSelector:(SEL)selector;

@end

你可能感兴趣的:(ReactiveObjC (十三) (RACDelegateProxy))