You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
like this :
data class Sms(
var content: String? = null,
var timeStr: String? = null,
var time: String? = null,
var from: String? = null,
var to: String? = null
) :
RealmObject()
The text was updated successfully, but these errors were encountered:
like this :
data class Sms(
var content: String? = null,
var timeStr: String? = null,
var time: String? = null,
var from: String? = null,
var to: String? = null
) :
RealmObject()
The text was updated successfully, but these errors were encountered: