2020-02-22 15:38:54 +04: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