Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Sep 7, 2017
1 parent c055d94 commit f5efca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PhotoBrowser/ZLBigImageCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <Photos/Photos.h>
#import "ZLPhotoModel.h"
#import "ZLPhotoBrowser.h"
#import "UIImageView+WebCache.h"
#import <SDWebImage/UIImageView+WebCache.h>
#import "ToastUtils.h"

@interface ZLBigImageCell ()
Expand Down
2 changes: 1 addition & 1 deletion PhotoBrowser/ZLPhotoBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import "ZLPhotoModel.h"
#import "ZLThumbnailViewController.h"
#import "ZLDefine.h"
#import "SDWebImageManager.h"
#import <SDWebImage/SDWebImageManager.h>

@implementation ZLImageNavigationController

Expand Down

0 comments on commit f5efca1

Please sign in to comment.