您的当前位置:首页正文

ReactiveObjC (二二)(RACGroupedSign

来源:华拓网
@interface RACGroupedSignal : RACSubject

@property (nonatomic, readonly, copy) id<NSCopying> key;

+ (instancetype)signalWithKey:(id<NSCopying>)key;

@end