From 496df651d3e47bd473d928e0249e0e2fad33d4e4 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Wed, 11 Jan 2017 10:09:03 +0800 Subject: [PATCH] [Update] WACbImpl (3.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