From 500942a4d6bae9ada00141ac4ea27ab8e562748c Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:47:28 +0800 Subject: [PATCH] [Update] WACbImpl (3.8.2) --- 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..f0b0e15 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.5.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