Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
yh_sdwebimage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Bogdan Poplauschi
2016-10-04 16:13:08 +0300
Commit
7e0964f8d90dcd80d535c52dd9f6d5fa7432052b
1 parent
945f8691
Made sure SDWebImageCompat.h is imported in all the headers
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
SDWebImage/NSData+ImageContentType.h
SDWebImage/SDImageCacheConfig.h
SDWebImage/NSData+ImageContentType.h
View file @
7e0964f
...
...
@@ -8,6 +8,7 @@
*/
#import <Foundation/Foundation.h>
#import "SDWebImageCompat.h"
typedef
NS_ENUM
(
NSInteger
,
SDImageFormat
)
{
SDImageFormatUndefined
=
-
1
,
...
...
SDWebImage/SDImageCacheConfig.h
View file @
7e0964f
...
...
@@ -7,6 +7,7 @@
//
#import <Foundation/Foundation.h>
#import "SDWebImageCompat.h"
@interface
SDImageCacheConfig
:
NSObject
...
...
Please
register
or
login
to post a comment