init
This commit is contained in:
commit
aebc802b88
54 changed files with 1598 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package moe.lava.banksia
|
||||
|
||||
import platform.UIKit.UIDevice
|
||||
|
||||
class IOSPlatform: Platform {
|
||||
override val name: String = UIDevice.currentDevice.systemName() + " " + UIDevice.currentDevice.systemVersion
|
||||
}
|
||||
|
||||
actual fun getPlatform(): Platform = IOSPlatform()
|
||||
Loading…
Add table
Add a link
Reference in a new issue