处理兼容性问题

处理兼容性问题
This commit is contained in:
Zeus
2023-12-05 09:48:08 +08:00
parent a21a4e7f77
commit fa787018df
641 changed files with 29065 additions and 28 deletions
@@ -0,0 +1,11 @@
framework module OrderedSet {
umbrella header "OrderedSet-umbrella.h"
export *
module * { export * }
}
module OrderedSet.Swift {
header "OrderedSet-Swift.h"
requires objc
}