mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
* ios: folder picker and readdir * update README.md Co-authored-by: Weihua Lu <luwh364@gmail.com> Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
13 lines
206 B
Objective-C
13 lines
206 B
Objective-C
//
|
|
// FolderPicker.m
|
|
// App
|
|
//
|
|
// Created by weihua on 9/29/21.
|
|
//
|
|
|
|
#import <Capacitor/Capacitor.h>
|
|
|
|
CAP_PLUGIN(FolderPicker, "FolderPicker",
|
|
CAP_PLUGIN_METHOD(pickFolder, CAPPluginReturnPromise);
|
|
)
|