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