import Foundation import Model public protocol Displayable { func displayBoard(board: Board) }