From ca846cbfd753a4a21025119a134e6048f5e962c0 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 14 Jun 2017 14:58:30 +0800 Subject: [PATCH] 添加V3.6.4 --- 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