PublishLivestViewController.h 379 B

12345678910111213141516171819
  1. //
  2. // PublishLivestViewController.h
  3. // BuguLive
  4. //
  5. // Created by xgh on 2017/8/25.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. #import "PublishLiveView.h"
  10. @interface PublishLivestViewController : BGBaseViewController
  11. @property (nonatomic, strong)PublishLiveView *liveView;
  12. @property (nonatomic, copy)NSString *titleTopic;
  13. @end