// 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 PICKERPACKAGE_H
#define PICKERPACKAGE_H


#include "generated/RNOH/generated/BaseReactNativePickerPackage.h"
#pragma once


namespace rnoh {
class PickerPackage : public BaseReactNativePickerPackage {
    using Super = BaseReactNativePickerPackage;
    using Super::Super;
};
} // namespace rnoh
#endif //PICKERPACKAGE_H