12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
|
framework module path_provider_foundation {
|
||
|
umbrella header "path_provider_foundation-umbrella.h"
|
||
|
|
||
|
export *
|
||
|
module * { export * }
|
||
|
}
|
||
|
|
||
|
module path_provider_foundation.Swift {
|
||
|
header "path_provider_foundation-Swift.h"
|
||
|
requires objc
|
||
|
}
|