#pragma once #include #include namespace NXKit { class UIApplicationDelegate; int UIApplicationMain(const std::shared_ptr& appDelegate = new_shared()); }