mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-24 08:36:07 +02:00
11 lines
245 B
Objective-C
11 lines
245 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGSecretTimerValueControllerItemView : UIView
|
|
|
|
- (instancetype)initWithFrame:(CGRect)frame dark:(bool)dark;
|
|
|
|
@property (nonatomic, strong) NSString *emptyValue;
|
|
@property (nonatomic) NSUInteger seconds;
|
|
|
|
@end
|