Files
ghostgram/submodules/LegacyComponents/Sources/TGPhotoEditorHUDView.h
T

9 lines
167 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGPhotoEditorHUDView : UIView
- (void)setText:(NSString *)text;
- (void)setTitle:(NSString *)title value:(NSString *)value;
@end