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

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