dashboard
repositories
filestore
activity
search
login
main
/
WAFirebaseImpl
Firebase
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交3.18.0
lpw
2024-04-15
8fa52d6d93a9c60f5a09b5fd1c80b3a9c35046d0
[WAFirebaseImpl.git]
/
frameworks
/
FirebaseCoreInternal.xcframework
/
tvos-arm64_x86_64-simulator
/
FirebaseCoreInternal.framework
/
Modules
/
module.modulemap
1
2
3
4
5
6
7
8
9
10
11
framework module FirebaseCoreInternal {
umbrella header "FirebaseCoreInternal-umbrella.h"
export *
module * { export * }
}
module FirebaseCoreInternal.Swift {
header "FirebaseCoreInternal-Swift.h"
requires objc
}