lpw
2024-04-15 8fa52d6d93a9c60f5a09b5fd1c80b3a9c35046d0
commit | author | age
aca600 1 framework module FirebaseCoreInternal {
L 2   umbrella header "FirebaseCoreInternal-umbrella.h"
3
4   export *
5   module * { export * }
6 }
7
8 module FirebaseCoreInternal.Swift {
8fa52d 9   header "FirebaseCoreInternal-Swift.h"
L 10   requires objc
aca600 11 }