// // AboutViewController.h // LekangGuard // // Created by ecell on 2023/1/7. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface AboutViewController : BaseViewController @end NS_ASSUME_NONNULL_END