// // Created by zhang on 2024/12/28. // #ifndef O_UI_H #define O_UI_H int Login_ui(); int Signin_ui(); int StudentsDesktop_ui(); int TeachersDesktop_ui(); int Welcome_ui(); #endif //O_UI_H