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

7 lines
105 B
Plaintext
Raw Normal View History

2023-08-24 19:03:07 +08:00
framework module TapCommonSDK {
umbrella header "TapCommonSDK.h"
export *
module * { export * }
}