Skip to content

Commit a19c6cf

Browse files
committed
fix
1 parent d644bab commit a19c6cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/ImageKit/UIImageView+LoadImage/UIImageView+LoadImage.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ extension UIImageView: PropertyStoring {
3636
set { objc_setAssociatedObject(self, &loadingImageAssociationKey, newValue, .OBJC_ASSOCIATION_RETAIN) }
3737
}
3838

39+
}
40+
41+
public extension UIImageView {
42+
3943
func load(
4044
urlString: String,
4145
withStoring: Bool = true,

0 commit comments

Comments
 (0)