mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
12 lines
267 B
Objective-C
12 lines
267 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "TGPasscodeBackground.h"
|
|
|
|
@interface TGPasscodePinView : UIView
|
|
|
|
- (void)setBackground:(id<TGPasscodeBackground>)background;
|
|
|
|
- (void)setCharacterCount:(NSUInteger)characterCount maxCharacterCount:(NSUInteger)maxCharacterCount;
|
|
|
|
@end
|