// // ShouCangVC.h // FreeMusic // // #import "FMBaseViewController.h" #import "MusicModel.h" @interface ShouCangVC : FMBaseViewController { UITableView * _tableView; } @property (nonatomic) NSInteger typeMusic; @end