Skip to content

Instantly share code, notes, and snippets.

@Adam0101
Created May 19, 2011 15:32
Show Gist options
  • Save Adam0101/981038 to your computer and use it in GitHub Desktop.
Save Adam0101/981038 to your computer and use it in GitHub Desktop.
Search Twitter Class
#import <Foundation/Foundation.h>
@interface SearchTwitter : NSObject {
NSMutableData *tweetBlob;
}
- (void)grabData:(NSString *)searchTerm;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment