From 5d73887b7d6d2acc5e02a9d66854e36c923929aa Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 06 Sep 2017 10:57:19 +0800 Subject: [PATCH] 升级AFNetworking到3.1.0 --- frameworks/WACommon.framework/Headers/WACommConstants.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/frameworks/WACommon.framework/Headers/WACommConstants.h b/frameworks/WACommon.framework/Headers/WACommConstants.h index 3d6d14d..ba8af8b 100644 --- a/frameworks/WACommon.framework/Headers/WACommConstants.h +++ b/frameworks/WACommon.framework/Headers/WACommConstants.h @@ -236,6 +236,13 @@ // 消息打开确认 extern NSString *const WASDK_LOGIN_URL_MESSAGE_OPEN_MESSAGE_CONFIRM; +// 获取视频广告列表 +extern NSString *const WASDK_AD_URL_GET_AD_LIST; +// 提交广告展示事件 +extern NSString *const WASDK_AD_URL_SUBMIT_SHOW_EVENT; +// 更新展示广告状态 +extern NSString *const WASDK_AD_URL_UPDATE_STATUS; + extern NSString *const WASDK_FB_INVITE_FROM_USERID; extern NSString *const WASDK_FB_INVITE_TO_USERID; extern NSString *const WASDK_FB_INVITE_SERVERID; -- Gitblit v1.8.0