mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Build ChatListUI
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#import "TGPhotoPaintSparseView.h"
|
||||
|
||||
@class TGPhotoPaintEntityView;
|
||||
|
||||
@interface TGPhotoEntitiesContainerView : TGPhotoPaintSparseView
|
||||
|
||||
@property (nonatomic, readonly) NSUInteger entitiesCount;
|
||||
@property (nonatomic, copy) void (^entitySelected)(TGPhotoPaintEntityView *);
|
||||
@property (nonatomic, copy) void (^entityRemoved)(TGPhotoPaintEntityView *);
|
||||
|
||||
- (TGPhotoPaintEntityView *)viewForUUID:(NSInteger)uuid;
|
||||
- (void)removeViewWithUUID:(NSInteger)uuid;
|
||||
- (void)removeAll;
|
||||
|
||||
- (void)handlePinch:(UIPinchGestureRecognizer *)gestureRecognizer;
|
||||
- (void)handleRotate:(UIRotationGestureRecognizer *)gestureRecognizer;
|
||||
|
||||
- (UIImage *)imageInRect:(CGRect)rect background:(UIImage *)background;
|
||||
|
||||
- (bool)isTrackingAnyEntityView;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user