added iOS source code
[wl-app.git] / iOS / Pods / Fabric / iOS / Fabric.framework / Modules / module.modulemap
1 framework module Fabric {
2     umbrella header "Fabric.h"
3
4     export *
5     module * { export * }
6 }