20 lines
596 B
C
20 lines
596 B
C
|
|
//
|
||
|
|
// AnyThinkApplovinAdapter.h
|
||
|
|
// AnyThinkApplovinAdapter
|
||
|
|
//
|
||
|
|
// Created by Topon on 11/16/20.
|
||
|
|
// Copyright © 2020 AnyThink. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
//! Project version number for AnyThinkApplovinAdapter.
|
||
|
|
FOUNDATION_EXPORT double AnyThinkApplovinAdapterVersionNumber;
|
||
|
|
|
||
|
|
//! Project version string for AnyThinkApplovinAdapter.
|
||
|
|
FOUNDATION_EXPORT const unsigned char AnyThinkApplovinAdapterVersionString[];
|
||
|
|
|
||
|
|
// In this header, you should import all the public headers of your framework using statements like #import <AnyThinkApplovinAdapter/PublicHeader.h>
|
||
|
|
|
||
|
|
|