SetViewController.h 263 B

123456789101112131415
  1. //
  2. // SetViewController.h
  3. // BuguLive
  4. //
  5. // Created by GuoMs on 16/7/18.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SetViewController : BGBaseViewController
  10. @property (nonatomic, strong) NSString *userID;
  11. @end