// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_CFX_KEYVALUE_H_ #define FXJS_CFX_KEYVALUE_H_ #include <memory> #include <vector> #include "core/fxcrt/bytestring.h" class CFX_KeyValue; class CFX_Value { … }; class CFX_KeyValue : public CFX_Value { … }; #endif // FXJS_CFX_KEYVALUE_H_