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

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