This repository has been archived on 2025-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
RelayFile/UserInterface/UserInterface.h

10 lines
136 B
C
Raw Normal View History

2025-05-05 23:22:43 +08:00
#ifndef _IUSERINTERFACE_H
#define _IUSERINTERFACE_H
class UserInterface
{
public:
~UserInterface();
};
#endif // _IUSERINTERFACE_H