mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Build ChatListUI
This commit is contained in:
10
submodules/LegacyComponents/Sources/TGPhotoCropControl.h
Normal file
10
submodules/LegacyComponents/Sources/TGPhotoCropControl.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface TGPhotoCropControl : UIControl
|
||||
|
||||
@property (nonatomic, copy) bool(^shouldBeginResizing)(TGPhotoCropControl *sender);
|
||||
@property (nonatomic, copy) void(^didBeginResizing)(TGPhotoCropControl *sender);
|
||||
@property (nonatomic, copy) void(^didResize)(TGPhotoCropControl *sender, CGPoint translation);
|
||||
@property (nonatomic, copy) void(^didEndResizing)(TGPhotoCropControl *sender);
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user