Bold360 and BoldChat Developer Center

BCPhoneCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import "BCSingleLineCellLogic.h"
6 
12 
17 @property(nonatomic, strong)IBOutlet UIView *invalidPhoneNumberView;
18 
19 @end
The logic behind single line cells.
Definition: BCSingleLineCellLogic.h:12
The logic behind single line phone number cells.
Definition: BCPhoneCellLogic.h:11
IBOutlet UIView * invalidPhoneNumberView
The view shown if an invalid phone number is typed.
Definition: BCPhoneCellLogic.h:17