School Commit Init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "service.h"
|
||||
|
||||
class UI{
|
||||
private:
|
||||
Service service;
|
||||
public:
|
||||
UI();
|
||||
~UI()=default;
|
||||
void run();
|
||||
};
|
||||
Reference in New Issue
Block a user