GKNavigationBarViewController.modulemap 148 B

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