/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import @interface CategoryListView : UIView { UITable *categoryTable; UINavigationBar *top; } -(void)dealloc; -(id)initWithFrame: (CGRect)r; -(void)showEditMode; @end