Files
ARVideoKit/Framework Build/ARVideoKit.framework/Modules/module.modulemap
T
2018-01-12 00:34:44 -05:00

12 lines
180 B
Plaintext

framework module ARVideoKit {
umbrella header "ARVideoKit.h"
export *
module * { export * }
}
module ARVideoKit.Swift {
header "ARVideoKit-Swift.h"
requires objc
}