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:
13
submodules/LegacyComponents/Sources/TGPhotoToolCell.h
Normal file
13
submodules/LegacyComponents/Sources/TGPhotoToolCell.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class PGPhotoTool;
|
||||
|
||||
@interface TGPhotoToolCell : UICollectionViewCell
|
||||
|
||||
@property (nonatomic, readonly) bool isTracking;
|
||||
|
||||
- (void)setPhotoTool:(PGPhotoTool *)photoTool landscape:(bool)landscape nameWidth:(CGFloat)nameWidth changeBlock:(void (^)(PGPhotoTool *, id, bool))changeBlock interactionBegan:(void (^)(void))interactionBegan interactionEnded:(void (^)(void))interactionEnded;
|
||||
|
||||
@end
|
||||
|
||||
extern NSString * const TGPhotoToolCellKind;
|
||||
Reference in New Issue
Block a user