Bold360 and BoldChat Developer Center

BCTitledCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import "BCCellLogic.h"
6 
12 
17 @property(nonatomic, strong)IBOutlet UILabel *requiredLabel;
18 
23 @property(nonatomic, strong)IBOutlet UILabel *titleLabel;
24 
25 
26 @end
IBOutlet UILabel * requiredLabel
The required label of the form field.
Definition: BCTitledCellLogic.h:17
IBOutlet UILabel * titleLabel
The title label of the form field.
Definition: BCTitledCellLogic.h:23
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11
Cell logic file behind form cells.
Definition: BCCellLogic.h:13