Skip to content
New issue

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

getSearchTweetsWithQuery is defined to return an NSArray, but it actually returns an NSDictionary #8

Closed
lagnat opened this issue Jun 10, 2013 · 1 comment
Assignees

Comments

@lagnat
Copy link

lagnat commented Jun 10, 2013

- (void)getSearchTweetsWithQuery:(NSString *)q
                successBlock:(void(^)(NSArray *statuses))successBlock
                  errorBlock:(void(^)(NSError *error))errorBlock;


(lldb) p [statuses class]
(Class) $2 = __NSCFDictionary
@ghost ghost assigned nst Jun 11, 2013
@nst
Copy link
Owner

nst commented Jun 11, 2013

ok this is fixed, thank you 7c48a13

@nst nst closed this as completed Jun 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants