mergemilitary/Assets/Plugins/ToukaGames/ToponSDK/applovin/AppLovinSDK.framework/Modules/module.modulemap

21 lines
481 B
Plaintext
Raw Normal View History

framework module AppLovinSDK {
umbrella header "AppLovinSDK.h"
export *
module * {
export *
}
link framework "AdSupport"
link framework "AVFoundation"
link framework "CoreGraphics"
link framework "CoreMedia"
link framework "CoreTelephony"
link framework "Foundation"
link framework "StoreKit"
link framework "SafariServices"
link framework "SystemConfiguration"
link framework "UIKit"
link framework "WebKit"
}