// // DownViewController.h // FreeMusic // // #import "FMBaseViewController.h" @interface DownViewController : FMBaseViewController<UITableViewDelegate,UITableViewDataSource,UISearchBarDelegate> { UITableView * _tableView; } @end