From 9285c31613107af4d1a24533c7dd82fb75c49f27 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:04:35 +0800 Subject: [PATCH] [Update] WACbImpl (3.8.0) --- frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h index 3ff00e1..591c64b 100644 --- a/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h +++ b/frameworks/Chartboost.framework/Versions/A/Headers/CBInPlay.h @@ -1,9 +1,9 @@ /* * CBInPlay.h * Chartboost - * 6.0.0 + * 7.3.0 * - * Copyright 2011 Chartboost. All rights reserved. + * Copyright 2018 Chartboost. All rights reserved. */ #import "Chartboost.h" @@ -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