// // YBLiveVC.h // YBVideo // // Created by YB007 on 2019/11/29. // Copyright © 2019 cat. All rights reserved. // #import "YBBaseViewController.h" @interface YBLiveVC : YBBaseViewController @property(nonatomic,strong)NSDictionary *pushSettingDic; @property(nonatomic,strong)NSString *has_hotliveorder; @property(nonatomic,strong)NSDictionary *hotliveorderDic; @end