From 894741d9cb4cce6c9c2a8c6fc30e156a37d9a5c0 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Mon, 04 Sep 2017 10:02:33 +0800
Subject: [PATCH] [Update] WACbImpl (3.6.5)

---
 frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
index 3ff00e1..5f37c6b 100644
--- a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
+++ b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h
@@ -1,7 +1,7 @@
 /*
  * CBInPlay.h
  * Chartboost
- * 6.0.0
+ * 6.6.3
  *
  * Copyright 2011 Chartboost. All rights reserved.
  */
@@ -84,7 +84,7 @@
 @interface CBInPlay : NSObject
 
 /*! @abstract CBLocation target for the CBInPlay ad. */
-@property (nonatomic, readonly) CBLocation location;
+@property (nonatomic, strong, readonly) CBLocation location;
 
 /*! @abstract Image byte data for the CBInPlay icon. */
 @property (nonatomic, strong, readonly) NSData *appIcon;

--
Gitblit v1.8.0