GBA001/Pods/Target Support Files/SMCalloutView/SMCalloutView.modulemap
Riley Testut d70105e30e Adds ControllerInputsViewController to customize external game controller inputs
Includes necessary code changes to use refactored DeltaCore Input logic
2017-09-27 13:08:41 -07:00

7 lines
116 B
Plaintext

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