mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 00:25:58 +02:00
9 lines
167 B
Objective-C
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
|