Skip to content

Instantly share code, notes, and snippets.

@Adam0101
Created May 19, 2011 16:37
Show Gist options
  • Save Adam0101/981196 to your computer and use it in GitHub Desktop.
Save Adam0101/981196 to your computer and use it in GitHub Desktop.
SearchResults.h
#import <UIKit/UIKit.h>
@interface SearchResults : UITableViewController {
NSMutableArray *tweets;
}
@property (nonatomic, retain) NSMutableArray *tweets;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment