新建项目, 把环信的依赖库以及SDK导入到项目中,
添加pch文件,
把项目的Other Linker Flags 改成 -ObjC
把环信demo的几个文件导入项目:
3rdparty,
Category,
Custom,
Resources,
Class ->Chat -> ChatView,
还有它的define文件ChatDemoUIDefine.h
在pch文件导入头文件
#import "EaseMob.h"
#import "UIViewController+HUD.h"
#import "ChatDemoUIDefine.h"
#import "EMAlertView.h"