Initial commit

This commit is contained in:
cc
2024-11-17 14:09:58 +08:00
commit 1917e7cf7d
15 changed files with 700 additions and 0 deletions

6
Example/Podfile Normal file
View File

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