af3fe6d05057de908fc235c400deeb27f1871472
[macgdbp.git] / module.modulemap
1 framework module Sparkle {
2 umbrella header "Sparkle.h"
3
4 export *
5 module * { export * }
6 }