ReactiveObjC (二九)(RACMulticastConnection)

@interface RACMulticastConnection<__covariant ValueType> : NSObject

@property (nonatomic, strong, readonly) RACSignal *signal;
- (RACDisposable *)connect;
- (RACSignal *)autoconnect RAC_WARN_UNUSED_RESULT;
@end

你可能感兴趣的:(ReactiveObjC (二九)(RACMulticastConnection))