~aleteoryx/muditaos

ref: 9534a84e627eff71410b5383b9bbea8f71d5b8e6 muditaos/module-apps/application-settings-new/widgets/ApnListItem.hpp -rw-r--r-- 324 bytes
9534a84e — SP2FET [EGD-6022] Fix tests used in CI process 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include "application-settings-new/data/SettingsItemData.hpp"

namespace gui
{
    using ApnListItem = ListItemWithCallbacks<packet_data::APN::Config>;
} /* namespace gui */