Bold360 and BoldChat Developer Center

BCEmailCellLogic.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 *invalidEmailView;
18 
19 @end
The logic behind single line email cells.
Definition: BCEmailCellLogic.h:11
The logic behind single line cells.
Definition: BCSingleLineCellLogic.h:12
IBOutlet UIView * invalidEmailView
The view shown if an invalid email is typed.
Definition: BCEmailCellLogic.h:17