Skip to content

Commit 4fd5e28

Browse files
authored
Update README.md
Pointers are hard
1 parent 09e5dd5 commit 4fd5e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorageUI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To load an image from a `FIRStorageReference`, simply use the `UIImageView+Fireb
2121
FIRStorageReference *reference = ...;
2222

2323
// UIImageView in your ViewController
24-
UIImageView imageView = ...;
24+
UIImageView *imageView = ...;
2525

2626
// Load the image using SDWebImage
2727
[imageView sd_setImageWithStorageReference:reference placeholderImage:placeholderImage];

0 commit comments

Comments
 (0)