new_BGMListController.h 439 B

12345678910111213141516171819
  1. //
  2. // new_BGMListController.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/5/25.
  6. // Copyright © 2019年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "new_bgmListView.h"
  10. #import "new_BGMcategory.h"
  11. //#import "Music_manager.h"
  12. #import "new_bgmNavController.h"
  13. @interface new_BGMListController : UIViewController
  14. @property (nonatomic, strong)new_bgmNavController *nav;
  15. @property (nonatomic, copy) NSString *type_id;
  16. @end