Created app settings and app details applications (#364)
This commit is contained in:
committed by
GitHub
parent
45a8379426
commit
17b4fc6a47
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace tt::app::appdetails {
|
||||
|
||||
void start(const std::string& appId);
|
||||
|
||||
} // namespace
|
||||
Reference in New Issue
Block a user