You've already forked Commercialization.topon
update 1.1.25
This commit is contained in:
14
AnyThinkPlugin/AnyThinkAds/Common/IATDownloadClient.cs
Normal file
14
AnyThinkPlugin/AnyThinkAds/Common/IATDownloadClient.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
using AnyThinkAds.Api;
|
||||
|
||||
namespace AnyThinkAds.Common
|
||||
{
|
||||
public interface IATDownloadClient
|
||||
{
|
||||
|
||||
/**
|
||||
* @param listener
|
||||
*/
|
||||
void setListener(ATDownloadAdListener listener);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user