Skip to content

Commit

Permalink
OPEN SOURCE ADAPTERS (#49)
Browse files Browse the repository at this point in the history
* OPEN SOURCE ADAPTERS

* Revert demo app CocoaPods changes

* Update podspecs
  • Loading branch information
thomasmso authored Dec 29, 2021
1 parent 2444b7f commit 312d78c
Show file tree
Hide file tree
Showing 137 changed files with 31,630 additions and 4 deletions.
371 changes: 371 additions & 0 deletions AdColony/AdColonyAdapter.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions AdColony/AdColonyAdapter/ALAdColonyMediationAdapter.h
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
Loading

0 comments on commit 312d78c

Please sign in to comment.