| 12345678910111213141516171819 |
- //
- // PublishLivestViewController.h
- // BuguLive
- //
- // Created by xgh on 2017/8/25.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import "BGBaseViewController.h"
- #import "PublishLiveView.h"
- @interface PublishLivestViewController : BGBaseViewController
- @property (nonatomic, strong)PublishLiveView *liveView;
- @property (nonatomic, copy)NSString *titleTopic;
- @end
|