HeaderFile.h confusing

users may copy and paste it to source code (HeaderFile.h)
This commit is contained in:
jianlin 2012-09-02 03:39:34 -07:00
parent 633a86805f
commit 38f5acdb69
1 changed files with 1 additions and 1 deletions

View File

@ -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>