lpw
5 days ago 50bcb6a209d98a699304c2ceb1132fa0843d06c1
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
}