16 lines
423 B
Plaintext
Executable File
16 lines
423 B
Plaintext
Executable File
framework module MTGSDKBidding {
|
|
umbrella header "MTGBiddingSDK.h"
|
|
header "MTGBiddingHeader.h"
|
|
header "MTGBiddingRequest.h"
|
|
header "MTGBiddingResponse.h"
|
|
header "MTGBiddingBannerRequestParameter.h"
|
|
header "MTGBiddingSplashRequestParameter.h"
|
|
header "MTGBiddingNativeAdvancedAdRequestParameter.h"
|
|
header "MTGBiddingRequestParameter.h"
|
|
export *
|
|
|
|
module * {
|
|
export *
|
|
}
|
|
}
|