Merge pull request #21 from nacabaro/db/data_export

Forgot to include the settingsscreencontroller interface my bad
This commit is contained in:
nacabaro 2025-01-18 16:02:29 +01:00 committed by GitHub
commit bc7a05ccd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
package com.github.nacabaro.vbhelper.screens.settingsScreen
interface SettingsScreenController {
fun onClickOpenDirectory()
fun onClickImportDatabase()
fun onClickImportApk()
}