patbef-iOS/Befund/Core/Models/Request/GetOpened.swift

16 lines
357 B
Swift
Raw Normal View History

2024-01-29 16:20:42 +01:00
//
// CheckFileChecksum.swift
// Befund
//
// Created by Irakli Abetschkhrischwili on 26.05.22.
// Copyright © 2022 MVZ Dr. Stein und Kollegen. All rights reserved.
extension Core.Models.Request
{
public class GetOpened : Encodable, Decodable
{
public var udid: String? = nil
public var verificator_hash: String? = nil
}
}