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