9 #import <UIKit/UIKit.h> 11 #define TOP_PADDING 12 12 #define LEFT_PADDING 5 13 #define RIGHT_PADDING 5 14 #define ERROR_LABEL_HEIGHT 25 41 - (NSInteger) addRequiredLabel;
47 - (void) addErrorMessage;
49 -(NSInteger)rightMargin;
50 -(void)didRotateFromInterfaceOrientation;
52 @property (nonatomic, retain) Prompt *prompt;
UILabel * titleLabel
Definition: PromptBaseCell.h:25
UILabel * requiredLabel
Definition: PromptBaseCell.h:27
Prompt * prompt
Definition: PromptBaseCell.h:23
Definition: PromptBaseCell.h:22
UILabel * errorLabel
Definition: PromptBaseCell.h:26