mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
Update comment and remove useless code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user