Files
logseq/ios/App/App/FolderPicker.m
Tienson Qin 425f688082 iOS file picker support (#3175)
* ios: folder picker and readdir
* update README.md

Co-authored-by: Weihua Lu <luwh364@gmail.com>
Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
2021-11-17 16:19:48 +08:00

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);
)