HeaderFile.h confusing
users may copy and paste it to source code (HeaderFile.h)
This commit is contained in:
parent
633a86805f
commit
38f5acdb69
|
@ -271,7 +271,7 @@ In the "Search Paths" section, locate "Header Search Paths" (and not "User Heade
|
|||
|
||||
### Import headers in your source files
|
||||
|
||||
In the source files where you need to use the library, use ``#import <SDWebImage/HeaderFileName.h>``:
|
||||
In the source files where you need to use the library, add the `#import` line:
|
||||
|
||||
```objective-c
|
||||
#import <SDWebImage/UIImageView+WebCache.h>
|
||||
|
|
Loading…
Reference in New Issue