// // File.swift // // // Created by Victor BODINAUD on 31/03/2021. // import Foundation class Account { var id: String var balance: Int }