// Copyright SIX DAY LLC. All rights reserved. import Foundation import UIKit class TransactionCoordinator { let account: Account init(account: Account) { self.account = account } }