@interface RACMulticastConnection<__covariant ValueType> : NSObject
@property (nonatomic, strong, readonly) RACSignal<ValueType> *signal;
- (RACDisposable *)connect;
- (RACSignal<ValueType> *)autoconnect RAC_WARN_UNUSED_RESULT;
@end
@interface RACMulticastConnection<__covariant ValueType> : NSObject
@property (nonatomic, strong, readonly) RACSignal<ValueType> *signal;
- (RACDisposable *)connect;
- (RACSignal<ValueType> *)autoconnect RAC_WARN_UNUSED_RESULT;
@end
本文标题:ReactiveObjC (二九)(RACMulticastCo
本文链接:https://www.haomeiwen.com/subject/wyfqjxtx.html
网友评论