update interfaces/kits/picker/include/picker_n_exporter.h.

Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
BrainL 2024-09-09 03:05:30 +00:00 committed by Gitee
parent 929007ed5c
commit 1302c5176e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -24,6 +24,7 @@
#include "picker_napi_utils.h"
#include "napi_base_context.h"
#include "napi_common_want.h"
#include "ui_extension_context.h"
namespace OHOS {
@ -51,6 +52,8 @@ struct PickerAsyncContext {
std::shared_ptr<PickerCallBack> pickerCallBack;
};
static sptr<Rosen::window> window_;
class PickerNExporter final : public FileManagement::LibN::NExporter {
public:
inline static const std::string className_ = "Picker";