// // File.swift // // // Created by Michael Ong on 2/3/23. // import Foundation public protocol ButtonLoadable: AnyObject { var isLoading: Bool { get set } }