mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
13 lines
313 B
Objective-C
13 lines
313 B
Objective-C
#import <LegacyComponents/TGModernButton.h>
|
|
|
|
#import "TGPasscodeBackground.h"
|
|
|
|
@interface TGPasscodeButtonView : TGModernButton
|
|
|
|
- (void)setAbsoluteOffset:(CGPoint)absoluteOffset;
|
|
|
|
- (void)setTitle:(NSString *)title subtitle:(NSString *)subtitle;
|
|
- (void)setBackground:(id<TGPasscodeBackground>)background;
|
|
|
|
@end
|