aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcut.modulemap
blob: e6307a1e5046a86aadd51cd767347f5d42da9151 (plain)
1
2
3
4
5
6
framework module MASShortcut {
  umbrella header "Shortcut.h"
  
  export *
  module * { export * }
}