Bold360 and BoldChat Developer Center

BCPostChatEmailFooterLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 #import <UIKit/UIKit.h>
7 
13 @interface BCPostChatEmailFooterLogic : NSObject
14 
19 @property(nonatomic, strong)IBOutlet UIView *view;
20 
25 @property(nonatomic, strong)IBOutlet UILabel *label;
26 
27 @end
IBOutlet UIView * view
The view behind the label.
Definition: BCPostChatEmailFooterLogic.h:19
The view logic behind the post chat first section footer.
Definition: BCPostChatEmailFooterLogic.h:13
IBOutlet UILabel * label
The label for the text to be displayed.
Definition: BCPostChatEmailFooterLogic.h:25