GKNavigationBar.modulemap 120 B

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