- //
- // SetViewController.h
- // BuguLive
- //
- // Created by GuoMs on 16/7/18.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface SetViewController : BGBaseViewController
- @property (nonatomic, strong) NSString *userID;
- @end
|