common: add UrlLauncher

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-04 09:40:06 +05:30
parent a5473af699
commit b166755afa
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 40 additions and 1 deletions

View file

@ -0,0 +1,5 @@
package dev.msfjarvis.claw.common.urllauncher
expect class UrlLauncher {
fun launch(url: String)
}