//
//  KF5SDKChat.h
//  Pods
//
//  Created by admin on 16/11/9.
//
//

#ifndef KF5SDKChat_h
#define KF5SDKChat_h

#import "KFChatViewController.h"        // 聊天控制器
#import "KFRatingViewController.h"
#import "KFMessageModel.h"              // 聊天cell的模型
#import "KFChatViewModel.h"             // 聊天ViewModel
#import "KFChatVoiceManager.h"          // 聊天录音管理

#endif /* KF5SDKChat_h */
