Files
Go-To-bed/wol/ios/Plugin/wolPlugin.m
2022-09-11 17:13:25 +02:00

9 lines
281 B
Objective-C

#import <Foundation/Foundation.h>
#import <Capacitor/Capacitor.h>
// Define the plugin using the CAP_PLUGIN Macro, and
// each method the plugin supports using the CAP_PLUGIN_METHOD macro.
CAP_PLUGIN(wolPlugin, "wol",
CAP_PLUGIN_METHOD(echo, CAPPluginReturnPromise);
)