summaryrefslogtreecommitdiffstats
path: root/third_party/rust/uniffi_bindgen/src/bindings/swift/templates/ModuleMapTemplate.modulemap
blob: f5f73ceb1bdd9ef4c4d772e644a19dba3a8798a1 (plain)
1
2
3
4
5
6
// This file was autogenerated by some hot garbage in the `uniffi` crate.
// Trust me, you don't want to mess with it!
module {{ config.ffi_module_name() }} {
    header "{{ config.header_filename() }}"
    export *
}