12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #import <UIKit/UIKit.h>
- @interface TOPasscodeSettingsWarningLabel : UIImageView
- @property (nonatomic, assign) NSInteger numberOfWarnings;
- @property (nonatomic, strong) UIFont *textFont;
- @property (nonatomic, strong) UIColor *backgroundColor;
- @property (nonatomic, assign) CGSize textPadding;
- @end
|