Rename platform to header.

This commit is contained in:
Stanislav Erokhin
2016-12-13 17:59:59 +03:00
parent facee84020
commit 59efedf610
134 changed files with 500 additions and 499 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
platform class Printer {
header class Printer {
fun print(message: String)
}