yilin.zhang

Results 3 issues of yilin.zhang

here is my code: ```objective-c @interface ObjectA () @property (nonatomic, strong) NSString *tempValue; @property (nonatomic, strong) RACMulticastConnection *racConnection; @end @implementation ObjectA - (void)someMethod:(void (^)(NSString *tempString))complete { if (!complete) { return;...