allow toggling SIM cards at sending messages

This commit is contained in:
tibbi 2020-05-03 22:57:31 +02:00
parent 49a7cd98f5
commit f5d3c2ab70
3 changed files with 31 additions and 2 deletions

View file

@ -0,0 +1,3 @@
package com.simplemobiletools.smsmessenger.models
data class SIMCard(val id: Int, val subscriptionId: Int, val label: String)