mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-27 08:55:10 +00:00
13 lines
204 B
C
13 lines
204 B
C
#pragma once
|
|
#include "dialogs_message.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool dialogs_app_process_module_file_browser(const DialogsAppMessageDataFileBrowser* data);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|