This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//: A UIKit based Playground to present user interface | |
import UIKit | |
import PlaygroundSupport | |
protocol Traceable { | |
var cornerRadius: CGFloat { get set } | |
var borderColor: UIColor? { get set } | |
var borderWidth: CGFloat { get set } | |