YXAlertController.modulemap 124 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5 6
framework module YXAlertController {
  umbrella header "YXAlertController-umbrella.h"

  export *
  module * { export * }
}