Files
FinalYearProject-MyMind/My Mind/Carthage/Build/iOS/SwiftForms.framework/Modules/module.modulemap
Alexander Davis 0018e82ee5 App Completed
Basic Prototype App Completed. Proposal, Literature Review and Final
Report to Follow.
2017-04-13 18:18:38 +01:00

11 lines
162 B
Plaintext

framework module SwiftForms {
umbrella header "SwiftForms.h"
export *
module * { export * }
}
module SwiftForms.Swift {
header "SwiftForms-Swift.h"
}