-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* OPEN SOURCE ADAPTERS * Revert demo app CocoaPods changes * Update podspecs
- Loading branch information
Showing
137 changed files
with
31,630 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// ALAdColonyMediationAdapter.h | ||
// AppLovinSDK | ||
// | ||
// Created by Thomas So on 2/16/19. | ||
// Copyright © 2022 AppLovin Corporation. All rights reserved. | ||
// | ||
|
||
#import "ALMediationAdapter.h" | ||
#import "MAInterstitialAdapter.h" | ||
#import "MARewardedAdapter.h" | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface ALAdColonyMediationAdapter : ALMediationAdapter<MASignalProvider, MAInterstitialAdapter, MARewardedAdapter, MAAdViewAdapter> | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
Oops, something went wrong.