prepare for handling multiple mms attachments
This commit is contained in:
parent
59ba80d65a
commit
a5d8633593
5 changed files with 17 additions and 12 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package com.simplemobiletools.smsmessenger.models
|
||||
|
||||
import android.net.Uri
|
||||
|
||||
data class Attachment(var uri: Uri?, var type: String)
|
||||
Loading…
Add table
Add a link
Reference in a new issue