/*
 * Copyright (c) 2024 Huawei Device Co., Ltd. All rights reserved
 * Use of this source code is governed by a MIT license that can be
 * found in the LICENSE file.
 */
#ifndef FSPACKAGE_H
#define FSPACKAGE_H
#pragma once

#include "generated/RNOH/generated/BaseReactNativeFsPackage.h"

namespace rnoh {

class RNFSPackage : public BaseReactNativeFsPackage {
    using Super = BaseReactNativeFsPackage;
    using Super::Super;
};
} // namespace rnoh
#endif // FSPACKAGE_H