mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Build ChatListUI
This commit is contained in:
16
submodules/LegacyComponents/Sources/TGPaintInput.h
Normal file
16
submodules/LegacyComponents/Sources/TGPaintInput.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class TGPaintState;
|
||||
@class TGPaintPanGestureRecognizer;
|
||||
|
||||
@interface TGPaintInput : NSObject
|
||||
|
||||
@property (nonatomic, assign) CGAffineTransform transform;
|
||||
|
||||
- (void)gestureBegan:(TGPaintPanGestureRecognizer *)recognizer;
|
||||
- (void)gestureMoved:(TGPaintPanGestureRecognizer *)recognizer;
|
||||
- (void)gestureEnded:(TGPaintPanGestureRecognizer *)recognizer;
|
||||
- (void)gestureCanceled:(TGPaintPanGestureRecognizer *)recognizer;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user