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!