- /*!
- * @file flipper-xremote/views/xremote_settings_view.h
- @license This project is released under the GNU GPLv3 License
- * @copyright (c) 2023 Sandro Kalatozishvili (s.kalatoz@gmail.com)
- *
- * @brief UI and view functionality for the project settings page.
- */
- #pragma once
- #include "xremote_common_view.h"
- XRemoteView* xremote_settings_view_alloc(NotificationApp* notifications);
|