mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 21:24:21 +00:00
14 lines
268 B
Objective-C
14 lines
268 B
Objective-C
//
|
|
// FsWatcher.m
|
|
// Logseq
|
|
//
|
|
// Created by Mono Wang on 2/17/R4.
|
|
//
|
|
|
|
#import <Capacitor/Capacitor.h>
|
|
|
|
CAP_PLUGIN(FsWatcher, "FsWatcher",
|
|
CAP_PLUGIN_METHOD(watch, CAPPluginReturnPromise);
|
|
CAP_PLUGIN_METHOD(unwatch, CAPPluginReturnPromise);
|
|
)
|