mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
15 lines
311 B
Objective-C
15 lines
311 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import "TGPasscodeBackground.h"
|
|
|
|
@interface TGPasscodePinDotView : UIView
|
|
|
|
@property (nonatomic) bool filled;
|
|
|
|
- (void)setFilled:(bool)filled animated:(bool)animated;
|
|
|
|
- (void)setBackground:(id<TGPasscodeBackground>)background;
|
|
- (void)setAbsoluteOffset:(CGPoint)absoluteOffset;
|
|
|
|
@end
|