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