mirror of
https://gitee.com/openharmony/filemanagement_user_file_service
synced 2024-11-23 07:20:41 +00:00
update interfaces/kits/picker/include/picker_n_exporter.h.
Signed-off-by: BrainL <libuyan1@huawei.com>
This commit is contained in:
parent
929007ed5c
commit
1302c5176e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user