Skip to content

Commit 2caf68c

Browse files
committed
bridge: todo: communicate through aidl
1 parent 121130b commit 2caf68c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// ISessionConnection.aidl
2+
package io.neoterm.bridge;
3+
4+
// Declare any non-default types here with import statements
5+
6+
interface ISessionConnection {
7+
}

0 commit comments

Comments
 (0)