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:
11
submodules/LegacyComponents/Sources/TGHistogramView.h
Normal file
11
submodules/LegacyComponents/Sources/TGHistogramView.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import "PGCurvesTool.h"
|
||||
|
||||
@class PGPhotoHistogram;
|
||||
|
||||
@interface TGHistogramView : UIView
|
||||
|
||||
@property (nonatomic, assign) bool isLandscape;
|
||||
|
||||
- (void)setHistogram:(PGPhotoHistogram *)histogram type:(PGCurvesType)type animated:(bool)animated;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user