luxlabs header browser preview


@class _UIAlertControllerTextField, UITextField, NSArray, UIView;

@interface _UIAlertControllerTextFieldView : UIView {
    UIView *_containerView;
    _UIAlertControllerTextField *_textField;
    NSArray *_containerViewConstraints;
}

@property (retain, nonatomic) UIView *containerView;
@property (readonly) UITextField *textField;

- (void)dealloc;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (double)_borderWidth;
- (void)_loadConstraints;
- (id)_textFieldFont;

@end