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