Bold360 and BoldChat Developer Center

BCPostChatHeaderLogic.h

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