Skip to content

Commit

Permalink
fix: add declaration for IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 7, 2023
1 parent ff15f70 commit 0a402f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Plugin/CapacitorUpdaterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
CAP_PLUGIN_METHOD(getPluginVersion, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(next, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(isAutoUpdateEnabled, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(removeAllListeners, CAPPluginReturnPromise);
)

0 comments on commit 0a402f7

Please sign in to comment.