Bold360 and BoldChat Developer Center

BoldChatSDK.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 #import "BCErrorCodes.h"
7 #import "BCAccount.h"
8 #import "BCChatSession.h"
9 #import "BCChat.h"
10 #import "BCMessage.h"
11 #import "BCForm.h"
12 #import "BCFormField.h"
13 #import "BCFormFieldOption.h"
14 #import "BCPerson.h"
15 #import "BCCancelable.h"
16 #import "BCChatAvailability.h"
17 #import "BCCreateChatSessionDelegate.h"
18