Closed haifengkao closed 6 years ago
objc can use <> to annotate the object type
e.g.
+ (RACSignal *)createSignal:(RACDisposable * (^)(id<RACSubscriber> subscriber))didSubscribe { return [RACDynamicSignal createSignal:didSubscribe]; }
cool - have confirmed it works though. Can you squash the commits into one please.
squashed
Thanks for your contribution.
objc can use <> to annotate the object type
e.g.