apple
2017-06-07 53fa6b480c8bbd1e8ae56d1db861069445329360
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