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

  export *
  module * { export * }
}