summaryrefslogtreecommitdiff
path: root/remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl')
-rw-r--r--remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl b/remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl
new file mode 100644
index 00000000..f6799659
--- /dev/null
+++ b/remoteExample/src/main/aidl/de/blinkt/openvpn/api/APIVpnProfile.aidl
@@ -0,0 +1,3 @@
+package de.blinkt.openvpn.api;
+
+parcelable APIVpnProfile;