Go to the documentation of this file.00001
00007 #import <UIKit/UIKit.h>
00008
00009 @interface HistoryViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
00010 {
00014 NSManagedObjectContext *context;
00015
00020 NSMutableArray *playlists;
00021 }
00022
00027 -(id)customInit;
00028
00029 @end