Skip to content

Instantly share code, notes, and snippets.

@snijsure
Last active May 18, 2021 19:19
Show Gist options
  • Save snijsure/7bbf16a52d35c19088fa4edcff51ece6 to your computer and use it in GitHub Desktop.
Save snijsure/7bbf16a52d35c19088fa4edcff51ece6 to your computer and use it in GitHub Desktop.
ImageFileExtensionWithApply
private fun ImageFile.toAttachment(): Attachment {
return Attachment().also {
it.fileName = imageName
it.updateTime = updateTime
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment