Files
ghostgram/submodules/LegacyComponents/Sources/TGSecretTimerValueController.h
T

8 lines
189 B
Objective-C

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