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

7 lines
105 B
Plaintext
Raw Normal View History

2023-09-15 16:11:38 +08:00
framework module TapCommonSDK {
umbrella header "TapCommonSDK.h"
export *
module * { export * }
}