feat: 税务APP的可信插件

This commit is contained in:
zoujing
2023-04-13 17:23:15 +08:00
parent e1795f2de2
commit 9d7058bbe4
104 changed files with 3346 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
framework module CredibleAuthSDK {
umbrella header "CredibleAuthSDK.h"
export *
module * { export * }
}
module CredibleAuthSDK.Swift {
header "CredibleAuthSDK-Swift.h"
requires objc
}