From 207fead0b75994b11c48c185a703f07220c3a2ee Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 26 Jan 2021 09:41:41 +0800 Subject: [PATCH] 3.9.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..19c789e 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 + * 8.4.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