Bold360 and BoldChat Developer Center

BCButtonCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import "BCCellLogic.h"
6 
12 
17 @property(nonatomic, strong)IBOutlet UIButton *button;
18 
19 @end
IBOutlet UIButton * button
The button in the form.
Definition: BCButtonCellLogic.h:17
Cell logic file behind form cells.
Definition: BCCellLogic.h:13
The logic behind the button cell in forms.
Definition: BCButtonCellLogic.h:11