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

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