module.modulemap 115 B

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