Skip to content

Commit 8d27685

Browse files
committed
Update WebPImageView.h
1 parent aa1ec91 commit 8d27685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebPImageView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typedef void (^WebPAnimationFinished)(NSInteger);
1616
/**
1717
Set the image to display.
1818
*/
19-
@property(nonatomic, strong)WebPImage *image;
19+
@property(nonatomic)WebPImage *image;
2020

2121
/**
2222
fetch the image from disk or remotely.

0 commit comments

Comments
 (0)