// // WidgetViewController.h // KulexiuForStudent // // Created by 王智 on 2022/9/13. // #import "KSBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface WidgetViewController : KSBaseViewController @end NS_ASSUME_NONNULL_END