Bold360 and BoldChat Developer Center

BCUnavailableChatHeaderLogic.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 BCUnavailableChatHeaderLogic : NSObject
13 
18 @property(nonatomic, strong)IBOutlet UIView *view;
19 
24 @property(nonatomic, strong)IBOutlet UILabel *label;
25 
26 @end
The top header of the unavailable chat form.
Definition: BCUnavailableChatHeaderLogic.h:12
IBOutlet UILabel * label
The label showing the message.
Definition: BCUnavailableChatHeaderLogic.h:24
IBOutlet UIView * view
The view itself.
Definition: BCUnavailableChatHeaderLogic.h:18