Swiftgram/LegacyComponents/TGHistogramView.h
2017-07-28 16:50:06 +03:00

12 lines
244 B
Objective-C

#import "PGCurvesTool.h"
@class PGPhotoHistogram;
@interface TGHistogramView : UIView
@property (nonatomic, assign) bool isLandscape;
- (void)setHistogram:(PGPhotoHistogram *)histogram type:(PGCurvesType)type animated:(bool)animated;
@end