mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
Make UrlLauncher a fun interface
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b195c0d203
commit
779ad2f8b9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
package dev.msfjarvis.lobsters.urllauncher
|
||||
|
||||
interface UrlLauncher {
|
||||
fun interface UrlLauncher {
|
||||
fun launch(url: String)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue