YXKit.modulemap 100 Bytes
framework module YXKit {
  umbrella header "YXKit-umbrella.h"

  export *
  module * { export * }
}