We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a BFTask that is returning false to [ob isKindOfClass:[BFTask class]] and yet returns @"BFTask" for NSStringFromClass([obj class]).
BFTask
[ob isKindOfClass:[BFTask class]]
@"BFTask"
NSStringFromClass([obj class])
Here is a sample project: [email protected]:krusek/Bolts-error.git
[email protected]:krusek/Bolts-error.git
The text was updated successfully, but these errors were encountered:
https://github.com/krusek/Bolts-error
Sorry, something went wrong.
Closing this one as a duplicate of #111 Let's continue discussion there.
No branches or pull requests
I have a
BFTask
that is returning false to[ob isKindOfClass:[BFTask class]]
and yet returns@"BFTask"
forNSStringFromClass([obj class])
.Here is a sample project:
[email protected]:krusek/Bolts-error.git
The text was updated successfully, but these errors were encountered: