16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
|
|
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 *
|
||
|
|
}
|
||
|
|
}
|