Bold360 and BoldChat Developer Center

BCPreChatHeaderLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 #import <UIKit/UIKit.h>
7 
8 
13 @interface BCPreChatHeaderLogic : NSObject
14 
19 @property(nonatomic, strong)IBOutlet UIView *view;
20 
25 @property(nonatomic, strong)IBOutlet UILabel *label;
26 
27 @end
IBOutlet UILabel * label
The label showing the message.
Definition: BCPreChatHeaderLogic.h:25
The view logic behind the pre chat first section header.
Definition: BCPreChatHeaderLogic.h:13
IBOutlet UIView * view
The view itself.
Definition: BCPreChatHeaderLogic.h:19