Bold360 and BoldChat Developer Center

BCSelectionCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <UIKit/UIKit.h>
6 #import "BCTitledCellLogic.h"
7 
13 
19 @property(nonatomic, assign)NSInteger selectedIndex;
20 
25 @property(nonatomic, strong)IBOutlet UILabel *valueLabel;
26 
27 @end
NSInteger selectedIndex
Selected index.
Definition: BCSelectionCellLogic.h:19
The logic behind selection cell.
Definition: BCSelectionCellLogic.h:12
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11
IBOutlet UILabel * valueLabel
Selected or default value label.
Definition: BCSelectionCellLogic.h:25