Have tested these steps successfully with Ubuntu guest of:
22.04LTS
18.04LTS
16.04LTS
using VirtualBox editions of 6.1
, 6.0
, 5.2
and 5.1
as host.
/* ***** BEGIN LICENSE BLOCK ***** | |
* Version: MPL 2.0 | |
* | |
* This Source Code Form is subject to the terms of the Mozilla Public | |
* License, v. 2.0. If a copy of the MPL was not distributed with this | |
* file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
* | |
* ***** END LICENSE BLOCK ***** */ | |
/* |
// | |
// CodableInheritanceExample.swift | |
// | |
// Created by 홍경표 on 2021/05/28. | |
// | |
class BaseResponse: Codable { | |
var retCode: Int = 0 | |
private enum CodingKeys: String, CodingKey { |