РЛ
Size: a a a
РЛ
DK
ИС
ИС
ИС
realm =
try! Realm()
for country
in countryViewModel.massCountry {
//countryRealm.countryName = country.countryName
do {
try realm.write {
countryRealm.countryName = country.countryName
realm.add(countryRealm)
}
}
catch {
post(error)
}
print(countryRealm.countryName)
}
ИС
ИС
ИС
DK
ИС
ИС
ИС
P
S
P
S
P
P
ТЧ
SB