You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/ios/PenNavUI.xcframework/ios-arm64/PenNavUI.framework/Modules/module.modulemap

12 lines
168 B
Plaintext

framework module PenNavUI {
umbrella header "PenNavUI.h"
export *
module * { export * }
}
module PenNavUI.Swift {
header "PenNavUI-Swift.h"
requires objc
}