Update comment and remove useless code

This commit is contained in:
giomfo
2015-01-09 12:10:34 +01:00
parent 75f91820aa
commit 6be8a5c196
3 changed files with 6 additions and 13 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#import <UIKit/UIKit.h>
// Customize UIImageView in order to let UIImageView handle automatically remote url
@interface CustomImageView : UIView<UIScrollViewDelegate>
// Customize UIView in order to display image defined with remote url. Zooming inside the image (Stretching) is supported.
@interface CustomImageView : UIView <UIScrollViewDelegate>
typedef void (^blockCustomImageView_onClick)(CustomImageView *imageView, NSString* title);