mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
|
App(
|
||
|
|
appid="example_view_holder",
|
||
|
|
name="Example: ViewHolder",
|
||
|
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
|
entry_point="example_view_holder_app",
|
||
|
|
requires=["gui"],
|
||
|
|
fap_category="Examples",
|
||
|
|
)
|