extern const NSUInteger RACReplaySubjectUnlimitedCapacity;
@interface RACReplaySubject<ValueType> : RACSubject<ValueType>
+ (instancetype)replaySubjectWithCapacity:(NSUInteger)capacity;
@end
extern const NSUInteger RACReplaySubjectUnlimitedCapacity;
@interface RACReplaySubject<ValueType> : RACSubject<ValueType>
+ (instancetype)replaySubjectWithCapacity:(NSUInteger)capacity;
@end
本文标题:ReactiveObjC (三二)(RACReplaySubje
本文链接:https://www.haomeiwen.com/subject/zgfqjxtx.html
网友评论