From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001 From: 单军华 Date: Thu, 12 Jul 2018 13:44:34 +0800 Subject: [PATCH] bug修复和功能优化 --- 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