I use this one on the last. ``` class Save { c...
# announcements
j
I use this one on the last.
Copy code
class Save {
    companion object {
       val TITLE = "title"
       val URL = "url"
    }
}