From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001
From: 单军华
Date: Wed, 11 Jul 2018 10:47:42 +0800
Subject: [PATCH] 首次上传

---
 screendisplay/Pods/EaseUI/README.md |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/EaseUI/README.md b/screendisplay/Pods/EaseUI/README.md
new file mode 100755
index 0000000..4aff1d7
--- /dev/null
+++ b/screendisplay/Pods/EaseUI/README.md
@@ -0,0 +1,24 @@
+# easeui-ios
+
+
+������iOS easeui  CocoaPod repo
+
+���3.1.1������, ������������������������ Cocoapods ���������������3.0SDK���������easeui���, ������������������:
+
+1. Podfile ������������������������(������������EaseUI������������������������SDK������������������)
+
+		pod 'EaseUI', :git => 'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git', :tag => '3.3.2'
+		
+2. ���������, ���������������������, ��� pch ������������������, ���������������������:
+
+		#import <EaseUI/EaseUI.h>
+		
+���������, ���������������������������������������������.
+������������������������������������������������������: [������������](http://docs.easemob.com/im/300iosclientintegration/85easeuiguide)
+
+���������������SDK���������������������EaseUI������������������Full���������Lite���������������������������EaseUI������������������������������`ENABLE_LITE`������������������������������������Lite������SDK������Full������SDK������������pod���������`EaseUILite `���������`Build Settings> GCC_PREPROCESSOR_DEFINITIONS >ENABLE_LITE=1`���������`ENABLE_LITE`���������`EaseUI`������������������������������������������������������������������������������Lite������SDK���������������
+
+		pod 'EaseUILite', :git =>'https://github.com/easemob/easeui-ios-hyphenate-cocoapods.git'
+		
+		//���������������
+		#import <EaseUILite/EaseUI.h>

--
Gitblit v1.8.0