Created
February 21, 2020 12:57
-
-
Save jorgecasariego/c204b9eea0978f949b306202a3531e6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override fun areItemsTheSame(oldItem: SleepNight, newItem: SleepNight): Boolean { | |
TODO("not implemented") //To change body of created functions use File | Settings | File Templates. | |
} | |
override fun areContentsTheSame(oldItem: SleepNight, newItem: SleepNight): Boolean { | |
TODO("not implemented") //To change body of created functions use File | Settings | File Templates. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment