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

8 lines
189 B
Objective-C

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