// // liveTopicViewController.h // BuWanVideo2.0 // // Created by apple on 2017/6/7. // Copyright © 2017年 com.yeshi.buwansheque.ios. All rights reserved. // #import @interface liveTopicViewController : UIViewController @property (weak, nonatomic) IBOutlet UICollectionView *liveTopic; @property (strong ,nonatomic) NSString *titleStr; @property (strong ,nonatomic) NSString *type; @end