package coffee.liz.abstractionengine class IOSPlatform : Platform { override val needsTouchscreenControls = true } actual fun getPlatform(): Platform = IOSPlatform()