美文网首页
ReactiveObjC (二二)(RACGroupedSign

ReactiveObjC (二二)(RACGroupedSign

作者: 李潇南 | 来源:发表于2017-08-31 11:00 被阅读32次
    @interface RACGroupedSignal : RACSubject
    
    @property (nonatomic, readonly, copy) id<NSCopying> key;
    
    + (instancetype)signalWithKey:(id<NSCopying>)key;
    
    @end
    

    相关文章

      网友评论

          本文标题:ReactiveObjC (二二)(RACGroupedSign

          本文链接:https://www.haomeiwen.com/subject/zbxqjxtx.html