Bold360 and BoldChat Developer Center

BCPickerCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <UIKit/UIKit.h>
6 #import "BCCellLogic.h"
7 
13 
18 @property(nonatomic, strong)IBOutlet UIPickerView *pickerView;
19 
20 @end
IBOutlet UIPickerView * pickerView
The picker view for the cell.
Definition: BCPickerCellLogic.h:18
The logic behind the picker cell in forms.
Definition: BCPickerCellLogic.h:12
Cell logic file behind form cells.
Definition: BCCellLogic.h:13