mirror of
https://github.com/zhigang1992/FunctionalReactivePixels.git
synced 2026-04-30 13:01:42 +08:00
Explicit subject naming.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
[subject sendCompleted];
|
||||
}];
|
||||
|
||||
return subject;
|
||||
return [subject setNameWithFormat:@"%@ +loginWithUsername:password:", self];
|
||||
}
|
||||
|
||||
#pragma mark - Private Methods
|
||||
|
||||
Reference in New Issue
Block a user