From d194f421584eaea0dca639e3c13b732a5f5d4c1c Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Fri, 28 Apr 2017 11:28:42 +0800
Subject: [PATCH] 调整3.6.2

---
 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