mirror of
https://github.com/microsoft/plcrashreporter.git
synced 2026-01-18 04:01:18 +01:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
framework module CrashReporter {
|
|
umbrella header "CrashReporter.h"
|
|
|
|
export *
|
|
module * { export * }
|
|
|
|
link framework "Foundation"
|
|
}
|