//
//  KF5SDK.h
//  KF5SDK
//
//  Created by admin on 2018/8/21.
//

#ifndef KF5SDK_h
#define KF5SDK_h

#if __has_include("KF5SDKDoc.h")
#import "KF5SDKDoc.h"
#endif

#if __has_include("KF5SDKTicket.h")
#import "KF5SDKTicket.h"
#endif

#if __has_include("KF5SDKChat.h")
#import "KF5SDKChat.h"
#endif

#if __has_include("KF5SDKCore.h")
#import "KF5SDKCore.h"
#endif

#import "KFBaseViewController.h"
#import "KFHelper.h"
#import "KFUser.h"
#import "KFUserManager.h"

#endif /* KF5SDK_h */
