Skip to content

Commit

Permalink
#708 fix imports in StringDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed May 20, 2024
1 parent 43c0101 commit e3ec509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package dev.icerock.moko.resources.desc

import kotlin.native.concurrent.ThreadLocal
import platform.Foundation.NSBundle
import platform.Foundation.NSLocale
import platform.Foundation.NSLocaleCountryCode
Expand All @@ -13,6 +12,7 @@ import platform.Foundation.NSLocaleVariantCode
import platform.Foundation.currentLocale
import platform.Foundation.localeIdentifier
import platform.Foundation.localeIdentifierFromComponents
import kotlin.native.concurrent.ThreadLocal

actual interface StringDesc {
fun localized(): String
Expand Down

0 comments on commit e3ec509

Please sign in to comment.