Skip to content

Commit

Permalink
Created CapacitorPlugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Jun 27, 2022
1 parent 3162dd8 commit fde4ac5
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package org.operatorfoundation.moonbouncevpnservice

class CapacitorPlugin
{
fun startVPN()
{

}

fun stopVPN()
{

}
}

0 comments on commit fde4ac5

Please sign in to comment.