11 #import <UIKit/UIKit.h>
15 IBOutlet UILabel *_label;
16 IBOutlet UITextField *_textfield;
17 IBOutlet UIButton *_unhide_button;
20 @property(retain, nonatomic) UILabel *label;
21 @property(retain, nonatomic) UITextField *textfield;
23 - (void)setEnabled:(BOOL)enabled;