18 lines
		
	
	
		
			355 B
		
	
	
	
		
			C
		
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			355 B
		
	
	
	
		
			C
		
	
	
	
|  | //
 | ||
|  | //  BaiduMobAdNativeWebView.h
 | ||
|  | //  BaiduMobNativeSDK
 | ||
|  | //
 | ||
|  | //  Created by lishan04 on 15/11/17.
 | ||
|  | //  Copyright © 2015年 lishan04. All rights reserved.
 | ||
|  | //
 | ||
|  | 
 | ||
|  | #import <UIKit/UIKit.h>
 | ||
|  | 
 | ||
|  | @class BaiduMobAdNativeAdObject; | ||
|  | 
 | ||
|  | @interface BaiduMobAdNativeWebView : UIView | ||
|  | 
 | ||
|  | - (instancetype)initWithFrame:(CGRect)frame andObject:(BaiduMobAdNativeAdObject *)object; | ||
|  | 
 | ||
|  | @end |