Corrected comment (was changed unintentionally).
This commit is contained in:
parent
32f4e4d234
commit
881da8fbe0
|
@ -18,7 +18,7 @@
|
||||||
* Get the current image URL.
|
* Get the current image URL.
|
||||||
*
|
*
|
||||||
* Note that because of the limitations of categories this property can get out of sync
|
* Note that because of the limitations of categories this property can get out of sync
|
||||||
* if you use sd_setImage: directly.
|
* if you use setImage: directly.
|
||||||
*/
|
*/
|
||||||
- (NSURL *)sd_imageURL;
|
- (NSURL *)sd_imageURL;
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
* Get the current image URL.
|
* Get the current image URL.
|
||||||
*
|
*
|
||||||
* Note that because of the limitations of categories this property can get out of sync
|
* Note that because of the limitations of categories this property can get out of sync
|
||||||
* if you use sd_setImage: directly.
|
* if you use setImage: directly.
|
||||||
*/
|
*/
|
||||||
- (NSURL *)sd_imageURL;
|
- (NSURL *)sd_imageURL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue