mirror of
https://github.com/Tribufu/TribufuJava
synced 2026-08-12 06:11:05 +00:00
Migrate Library to Kotlin
This commit is contained in:
parent
8a3eb4809e
commit
85ca2b7701
12 changed files with 81 additions and 79 deletions
5
library/src/main/kotlin/com/tribufu/sdk/Handler.kt
Normal file
5
library/src/main/kotlin/com/tribufu/sdk/Handler.kt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved.
|
||||
|
||||
package com.tribufu.sdk
|
||||
|
||||
interface IHandler {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue