Gifu/Source/Extensions/UIImageView.swift

4 lines
106 B
Swift
Raw Normal View History

2016-10-08 17:36:32 +00:00
/// Makes `UIImageView` conform to `ImageContainer`
2018-02-17 15:14:53 +00:00
import UIKit
2016-10-08 17:36:32 +00:00
extension UIImageView: ImageContainer {}