Skip to content

Instantly share code, notes, and snippets.

@Adam0101
Created May 19, 2011 16:27
Show Gist options
  • Save Adam0101/981174 to your computer and use it in GitHub Desktop.
Save Adam0101/981174 to your computer and use it in GitHub Desktop.
search twitter vc header
#import <UIKit/UIKit.h>
#import "SearchTwitter.h"
#import "SearchResults.h"
@interface SimpleTwitterSearchViewController : UIViewController {
SearchTwitter *searchTheTweets;
IBOutlet UIButton *searchButton;
IBOutlet UITextField *searchTerm;
}
-(IBAction)goSearch;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment