Files
2022-06-03 16:55:25 +03:00

14 lines
183 B
Swift

//
// Inheritance.swift
// Wallet
//
// Created by Igor on 11.03.2021.
// Copyright © 2021 AM. All rights reserved.
//
import Foundation
enum Inheritance {
enum Model {}
}