We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f5caa commit 43504c8Copy full SHA for 43504c8
mpp-library/src/iosMain/kotlin/IosHelloWorld.kt
@@ -0,0 +1,11 @@
1
+/*
2
+ * Copyright 2019 IceRock MAG Inc. Use of this source code is governed by the Apache 2.0 license.
3
+ */
4
+
5
+import platform.Foundation.NSLog
6
7
+object IosHelloWorld {
8
+ fun print() {
9
+ NSLog("hello ios world")
10
+ }
11
+}
0 commit comments