mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
11 lines
257 B
Objective-C
11 lines
257 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGModernGalleryZoomableScrollView : UIScrollView
|
|
|
|
@property (nonatomic) CGFloat normalZoomScale;
|
|
|
|
@property (nonatomic, copy) void (^singleTapped)();
|
|
@property (nonatomic, copy) void (^doubleTapped)(CGPoint point);
|
|
|
|
@end
|