/// Makes `UIImageView` conform to `ImageContainer`
import UIKit
extension UIImageView: ImageContainer {}