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
nemissm
2017-02-15 22:54:49 +1000
Commit
add652e156eb5b7377d527cdbd9082d46d5d458c
1 parent
1e53e6c7
SDImageCacheConfig forward declaration changed to import
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
SDWebImage/SDImageCache.h
SDWebImage/SDImageCache.m
SDWebImage/SDImageCache.h
View file @
add652e
...
...
@@ -8,8 +8,7 @@
#import <Foundation/Foundation.h>
#import "SDWebImageCompat.h"
@class
SDImageCacheConfig
;
#import "SDImageCacheConfig.h"
typedef
NS_ENUM
(
NSInteger
,
SDImageCacheType
)
{
/**
...
...
SDWebImage/SDImageCache.m
View file @
add652e
...
...
@@ -13,7 +13,6 @@
#import "UIImage+GIF.h"
#import "NSData+ImageContentType.h"
#import "NSImage+WebCache.h"
#import "SDImageCacheConfig.h"
// See https://github.com/rs/SDWebImage/pull/1141 for discussion
@interface
AutoPurgeCache
:
NSCache
...
...
Please
register
or
login
to post a comment