123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #import <UIKit/UIKit.h>
- @class TOPasscodeButtonLabel;
- @interface TOPasscodeSettingsKeypadButton : UIButton
- @property (nonatomic, strong) UIImage *buttonBackgroundImage;
- @property (nonatomic, strong) UIImage *buttonTappedBackgroundImage;
- @property (nonatomic, assign) CGFloat bottomInset;
- @property (nonatomic, readonly) TOPasscodeButtonLabel *buttonLabel;
- + (TOPasscodeSettingsKeypadButton *)button;
- @end
|