| 123456789101112131415161718 |
- //
- // SignViewController.h
- // BuguLive
- //
- // Created by bugu on 2019/11/29.
- // Copyright © 2019 xfg. All rights reserved.
- //
- #import "BGBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SignViewController : BGBaseViewController
- @property (nonatomic, strong) NSString *userID;
- @end
- NS_ASSUME_NONNULL_END
|