mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
common: add UrlLauncher
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
a5473af699
commit
b166755afa
5 changed files with 40 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
package dev.msfjarvis.claw.common.urllauncher
|
||||
|
||||
expect class UrlLauncher {
|
||||
fun launch(url: String)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue