// // OnLiveViewController.h // BuguLive // // Created by fanwe2014 on 16/6/22. // Copyright © 2016年 xfg. All rights reserved. // #import @interface OnLiveViewController : BGBaseViewController @property (nonatomic,strong) UITableView *myTableView; @property (nonatomic, copy) NSString *user_id; @end