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