From 2413fe3fefd2815df87be66241792841d8b26207 Mon Sep 17 00:00:00 2001 From: luyu Date: Thu, 20 Oct 2016 14:30:47 +0800 Subject: [PATCH] =?UTF-8?q?resolve=20issue=20a=20warning=EF=BC=9ADuplicate?= =?UTF-8?q?=20definition=20of=20category=20'WebCache'=20on=20interface=20'?= =?UTF-8?q?UIImageView'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/IDMPhoto.h | 1 - Classes/IDMPhoto.m | 2 +- Demo/Podfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Classes/IDMPhoto.h b/Classes/IDMPhoto.h index f87bd178..44b4a5f0 100644 --- a/Classes/IDMPhoto.h +++ b/Classes/IDMPhoto.h @@ -8,7 +8,6 @@ #import #import "IDMPhotoProtocol.h" -#import // This class models a photo/image and it's caption // If you want to handle photos, caching, decompression diff --git a/Classes/IDMPhoto.m b/Classes/IDMPhoto.m index 44f71526..7e193a09 100644 --- a/Classes/IDMPhoto.m +++ b/Classes/IDMPhoto.m @@ -8,7 +8,7 @@ #import "IDMPhoto.h" #import "IDMPhotoBrowser.h" - +#import // Private @interface IDMPhoto () { // Image Sources diff --git a/Demo/Podfile b/Demo/Podfile index cb335507..718503da 100644 --- a/Demo/Podfile +++ b/Demo/Podfile @@ -1,4 +1,4 @@ -source 'https://github.com/CocoaPods/Specs.git' + source 'https://github.com/CocoaPods/Specs.git' # ignoring warning from pods inhibit_all_warnings!