mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
10 lines
260 B
C
10 lines
260 B
C
|
#pragma once
|
||
|
|
||
|
#include <flipper_application/api_hashtable/api_hashtable.h>
|
||
|
|
||
|
/*
|
||
|
* Resolver interface with private application's symbols.
|
||
|
* Implementation is contained in app_api_table.c
|
||
|
*/
|
||
|
extern const ElfApiInterface* const nfc_application_api_interface;
|