Pods-LMS.modulemap 106 B

123456
  1. framework module Pods_LMS {
  2. umbrella header "Pods-LMS-umbrella.h"
  3. export *
  4. module * { export * }
  5. }