framework module RSBarcodes_Swift {
  umbrella header "RSBarcodes_Swift-umbrella.h"

  export *
  module * { export * }
}

module RSBarcodes_Swift.Swift {
    header "RSBarcodes_Swift-Swift.h"
    requires objc
}