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