Skip to content

Commit

Permalink
增加方法
Browse files Browse the repository at this point in the history
  • Loading branch information
519401502 committed Nov 5, 2017
1 parent 65926d8 commit 29ef85a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/com/example/aml/gittext/Text.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ package com.example.aml.gittext
* Created by 18624915319 on 2017/11/5.
*/
class Text {


fun text(arg: String, argss: String): String{
var s = "测试"
return s
}
}

0 comments on commit 29ef85a

Please sign in to comment.