math/include/ui.h
2024-12-29 13:20:38 +08:00

19 lines
197 B
C

//
// 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