framework module FirebaseInstallations { 
 | 
umbrella header "FirebaseInstallations.h" 
 | 
export * 
 | 
module * { export * } 
 | 
  link framework "AppKit" 
 | 
  link framework "CoreTelephony" 
 | 
  link framework "Foundation" 
 | 
  link framework "Security" 
 | 
  link framework "SystemConfiguration" 
 | 
  link "z" 
 | 
} 
 |