module.modulemap 105 B

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