1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| //
| // liveTopicViewController.h
| // BuWanVideo2.0
| //
| // Created by apple on 2017/6/7.
| // Copyright © 2017年 com.yeshi.buwansheque.ios. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| @interface liveTopicViewController : UIViewController
|
| @property (weak, nonatomic) IBOutlet UICollectionView *liveTopic;
|
| @property (strong ,nonatomic) NSString *titleStr;
|
| @property (strong ,nonatomic) NSString *type;
|
| @end
|
|