3 lines
93 B
Swift
3 lines
93 B
Swift
|
/// Makes `UIImageView` conform to `ImageContainer`
|
||
|
extension UIImageView: ImageContainer {}
|