Files
MuditaOS/module-apps/application-settings/windows/SimSelectWindow.hpp
RobertPiet 675dc59c9a [EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044)
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
2020-11-27 15:38:19 +01:00

14 lines
345 B
C++

// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once
#include <OptionWindow.hpp>
namespace app
{
class Application;
class SimSetter;
} // namespace app
std::list<gui::Option> simSelectWindow(app::Application *app, app::SimSetter *setter);