TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Modules/module.modulemap

7 lines
105 B
Plaintext
Raw Normal View History

2022-02-16 14:25:33 +08:00
framework module TapCommonSDK {
umbrella header "TapCommonSDK.h"
export *
module * { export * }
}