mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
13
applications/external/totp/cli/cli_plugin_interface.h
vendored
Normal file
13
applications/external/totp/cli/cli_plugin_interface.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <cli/cli.h>
|
||||
#include <furi/core/string.h>
|
||||
#include "../types/plugin_state.h"
|
||||
|
||||
#define PLUGIN_APP_ID "totp_cli"
|
||||
#define PLUGIN_API_VERSION 1
|
||||
|
||||
typedef struct {
|
||||
const char* name;
|
||||
void (*handle)(PluginState*, FuriString*, Cli*);
|
||||
} CliPlugin;
|
||||
Reference in New Issue
Block a user