Skip to content

Instantly share code, notes, and snippets.

View HamzaGhazouani's full-sized avatar
🎯
Focusing

Hamza Ghazouani HamzaGhazouani

🎯
Focusing
View GitHub Profile
//: 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 }