Gifu/Source/Extensions/UIImageView.swift

4 lines
106 B
Swift

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