SnapKit.modulemap 94 B

123456
  1. module SnapKit {
  2. umbrella header "SnapKit-umbrella.h"
  3. export *
  4. module * { export * }
  5. }