From efcf393a0d34793050b3d440268e67a593985fbf Mon Sep 17 00:00:00 2001
From: Wuyx <1139965056@qq.com>
Date: Wed, 11 Jan 2017 10:06:47 +0800
Subject: [PATCH] WACbImpl3.6.1

---
 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..550e599 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.0
  *
  * 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