14 lines
183 B
Swift
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 {}
|
|
}
|