25 lines
		
	
	
		
			391 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			391 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
| //
 | |
| //  MTGBiddingSDK.h
 | |
| //  MTGSDKBidding
 | |
| //
 | |
| //  Copyright © 2019 Mintegral. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import <Foundation/Foundation.h>
 | |
| 
 | |
| 
 | |
| 
 | |
| #define MTGBiddingSDKVersion @"7.1.4"
 | |
| 
 | |
| 
 | |
| 
 | |
| @interface MTGBiddingSDK : NSObject
 | |
| 
 | |
| /* BuyerUID is required when you decide to request a bid response on your own server. */
 | |
| + (NSString *)buyerUID;
 | |
| 
 | |
| + (NSString *)buyerUIDWithUnitID:(NSString *)unitID;
 | |
| 
 | |
| @end
 | |
| 
 |