Join Slack
Powered by
Here is my interface in Kotlin: ``` interface Post...
# getting-started
c
chb0kotlin
02/09/2018, 6:06 AM
Here is my interface in Kotlin:
Copy code
interface Post { var id:Long? var date: Date? var name: String? }
Open in Slack
Previous
Next