mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
13 lines
214 B
Objective-C
13 lines
214 B
Objective-C
//
|
|
// FileContainer.m
|
|
// App
|
|
//
|
|
// Created by weihua on 9/29/21.
|
|
//
|
|
|
|
#import <Capacitor/Capacitor.h>
|
|
|
|
CAP_PLUGIN(FileContainer, "FileContainer",
|
|
CAP_PLUGIN_METHOD(ensureDocuments, CAPPluginReturnPromise);
|
|
)
|