// // BogoSetViewController.h // BuguLive // // Created by 宋晨光 on 2021/9/26. // Copyright © 2021 xfg. All rights reserved. // #import "BGBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface BogoSetViewController : BGBaseViewController @property (nonatomic, strong) NSString *userID; @end NS_ASSUME_NONNULL_END