chromium/third_party/pdfium/fxjs/xfa/cfxjse_mapmodule.h

// Copyright 2020 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_XFA_CFXJSE_MAPMODULE_H_
#define FXJS_XFA_CFXJSE_MAPMODULE_H_

#include <stdint.h>

#include <map>
#include <optional>

#include "core/fxcrt/widestring.h"

class CXFA_Measurement;

class CFXJSE_MapModule {};

#endif  // FXJS_XFA_CFXJSE_MAPMODULE_H_