/*! * @file flipper-xremote/views/xremote_general_view.h @license This project is released under the GNU GPLv3 License * @copyright (c) 2023 Sandro Kalatozishvili (s.kalatoz@gmail.com) * * @brief General remote buttons section UI and view functionality. */ #pragma once #include "xremote_common_view.h" XRemoteView* xremote_general_view_alloc(void* app_ctx);