module.modulemap 97 B

1234567
  1. framework module TVVLCKit {
  2. umbrella header "TVVLCKit.h"
  3. export *
  4. module * { export * }
  5. }