SignViewController.h 320 B

123456789101112131415161718
  1. //
  2. // SignViewController.h
  3. // BuguLive
  4. //
  5. // Created by bugu on 2019/11/29.
  6. // Copyright © 2019 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SignViewController : BGBaseViewController
  11. @property (nonatomic, strong) NSString *userID;
  12. @end
  13. NS_ASSUME_NONNULL_END