TDAppMonitorKit.modulemap 120 B

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