AutoCat2/AutoCatCore/Models/vmodels/DebugInfo.swift

11 lines
307 B
Swift

import RealmSwift
public final class DebugInfo: Object, Decodable {
@Persisted var autocod: DebugInfoEntry?
@Persisted var vin01vin: DebugInfoEntry?
@Persisted var vin01base: DebugInfoEntry?
@Persisted var vin01history: DebugInfoEntry?
@Persisted var nomerogram: DebugInfoEntry?
}