From 94217b294ccd75a34787eb04d6e273e99536e45b Mon Sep 17 00:00:00 2001 From: 重庆迈尖科技有限公司 Date: 星期三, 30 一月 2019 15:12:32 +0800 Subject: [PATCH] no message --- BuWanVideo2.0/GDT_iOS_SDK/GDTNativeExpressAdView.h | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/BuWanVideo2.0/GDT_iOS_SDK/GDTNativeExpressAdView.h b/BuWanVideo2.0/GDT_iOS_SDK/GDTNativeExpressAdView.h old mode 100755 new mode 100644 index da9678d..ee2b6f9 --- a/BuWanVideo2.0/GDT_iOS_SDK/GDTNativeExpressAdView.h +++ b/BuWanVideo2.0/GDT_iOS_SDK/GDTNativeExpressAdView.h @@ -14,7 +14,12 @@ /** * 鏄惁娓叉煋瀹屾瘯 */ -@property (nonatomic, assign) BOOL isReady; +@property (nonatomic, assign, readonly) BOOL isReady; + +/** + * 鏄惁鏄棰戞ā鏉垮箍鍛� + */ +@property (nonatomic, assign, readonly) BOOL isVideoAd; /* * viewControllerForPresentingModalView @@ -22,11 +27,20 @@ */ @property (nonatomic, weak) UIViewController *controller; - /** *[蹇呴�塢 *鍘熺敓妯℃澘骞垮憡娓叉煋 */ - (void)render; +/** + * 瑙嗛妯℃澘骞垮憡鏃堕暱锛屽崟浣� ms + */ +- (CGFloat)videoDuration; + +/** + * 瑙嗛妯℃澘骞垮憡宸叉挱鏀炬椂闀匡紝鍗曚綅 ms + */ +- (CGFloat)videoPlayTime; + @end -- Gitblit v1.8.0