Swiftgram/submodules/LegacyComponents/Sources/TGSecretTimerValueController.h
2025-06-18 17:24:21 +02:00

8 lines
189 B
Objective-C

#import <LegacyComponents/TGViewController.h>
@interface TGSecretTimerValueController : TGViewController
@property (nonatomic, copy) void (^timerValueSelected)(NSUInteger seconds);
@end