YBLiveVC.h 379 B

123456789101112131415161718192021
  1. //
  2. // YBLiveVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/11/29.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. @interface YBLiveVC : YBBaseViewController
  10. @property(nonatomic,strong)NSDictionary *pushSettingDic;
  11. @property(nonatomic,strong)NSString *has_hotliveorder;
  12. @property(nonatomic,strong)NSDictionary *hotliveorderDic;
  13. @end