module.modulemap 111 Bytes
framework module BBACommonCrypto {
  umbrella header "BBACommonCrypto.h"

  export *
  module * { export * }
}