LYEmptyView.modulemap 112 B

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