From a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 26 Oct 2025 21:38:22 -0700 Subject: Checkpoint two --- .../src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt') diff --git a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt index d52c60f..79de7df 100644 --- a/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt +++ b/composeApp/src/iosMain/kotlin/coffee/liz/abstractionengine/Platform.ios.kt @@ -1,7 +1,7 @@ package coffee.liz.abstractionengine -class IOSPlatform: Platform { +class IOSPlatform : Platform { override val needsTouchscreenControls = true } -actual fun getPlatform(): Platform = IOSPlatform() \ No newline at end of file +actual fun getPlatform(): Platform = IOSPlatform() -- cgit v1.2.3-70-g09d2