๐Ÿ“ฆ calda / Emoji-Names

๐Ÿ“„ module.modulemap ยท 7 lines
1
2
3
4
5
6
7framework module SVGKit {
  umbrella header "SVGKit.h"

  export *
  module * { export * }
}