Initial commit

This commit is contained in:
cc
2024-11-17 17:59:42 +08:00
commit 5009c398dc
17 changed files with 716 additions and 0 deletions

6
Example/Podfile Normal file
View File

@@ -0,0 +1,6 @@
use_frameworks!
target 'openim_sdk_core_ios_Tests' do
pod 'openim_sdk_core_ios', :path => '../'
end