summaryrefslogtreecommitdiff
path: root/app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2017-09-29 07:27:19 +0000
committercyberta <cyberta@riseup.net>2017-09-29 07:27:19 +0000
commitfc913a46cfc85c0bdb0c9d19b2c94c8b53f93b1f (patch)
tree247408a15cd7caf621206d574af61d0c16d25876 /app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl
parent51afe1eeba990c2cd57bd842a96f7a756df51ce8 (diff)
parent7322b8e01f852bb4d0243a6ff2fc563422ba274c (diff)
Merge branch 'feature/updateDependencies' into 'master'
Feature/update dependencies See merge request leap/bitmask_android!8
Diffstat (limited to 'app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl')
-rw-r--r--app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl b/app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl
new file mode 100644
index 00000000..5bd255fc
--- /dev/null
+++ b/app/src/main/aidl/de/blinkt/openvpn/core/TrafficHistory.aidl
@@ -0,0 +1,4 @@
+package de.blinkt.openvpn.core;
+
+
+parcelable TrafficHistory;