xremote_learn_view.h 461 B

1234567891011121314
  1. /*!
  2. * @file flipper-xremote/views/xremote_learn_view.h
  3. @license This project is released under the GNU GPLv3 License
  4. * @copyright (c) 2023 Sandro Kalatozishvili (s.kalatoz@gmail.com)
  5. *
  6. * @brief Learn new remote page view components and functionality.
  7. */
  8. #pragma once
  9. #include "xremote_common_view.h"
  10. XRemoteView* xremote_learn_view_alloc(void* app_ctx, void* learn_ctx);
  11. XRemoteView* xremote_learn_success_view_alloc(void* app_ctx, void* rx_ctx);