Skip to content

Instantly share code, notes, and snippets.

@Pegolon
Created November 15, 2008 18:51
Show Gist options
  • Save Pegolon/25296 to your computer and use it in GitHub Desktop.
Save Pegolon/25296 to your computer and use it in GitHub Desktop.
Header for ViewFactory
@interface ViewFactory : NSObject {
NSMutableDictionary * viewTemplateStore;
}
- (id) initWithNib:(NSString*)aNibName;
- (UITableViewCell*)cellOfKind:(NSString*)theCellKind forTable:(UITableView*)aTableView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment