aboutsummaryrefslogtreecommitdiff
path: root/DWA140Menu/LaunchAtLogin.framework/Versions/A/Modules/module.modulemap
blob: 3753816e9fc54aa8abdb696163964747c4d297c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
framework module LaunchAtLogin {
  umbrella header "LaunchAtLogin.h"

  export *
  module * { export * }
}

module LaunchAtLogin.Swift {
    header "LaunchAtLogin-Swift.h"
    requires objc
}