// // forgetSecretKeyViewController.h // GBOX // // Created by David on 2023/11/7. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface forgetSecretKeyViewController : BaseViewController @end NS_ASSUME_NONNULL_END