Swiftgram/submodules/LegacyComponents/Sources/TGPhotoEditorToolButtonsView.h
2020-02-22 15:38:54 +04:00

16 lines
462 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoEditorToolButtonsView : UIView
@property (nonatomic, copy) void(^cancelPressed)(void);
@property (nonatomic, copy) void(^confirmPressed)(void);
- (instancetype)initWithCancelButton:(NSString *)cancelButton doneButton:(NSString *)doneButton;
- (void)calculateLandscapeSizeForPossibleButtonTitles:(NSArray *)possibleButtonTitles;
- (CGFloat)landscapeSize;
@end
extern const CGFloat TGPhotoEditorToolButtonsViewSize;