Swiftgram/LegacyComponents/TGSecretTimerValueController.h
2017-07-28 16:50:06 +03:00

8 lines
189 B
Objective-C

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