bridge: todo: communicate through aidl

This commit is contained in:
imkiva
2019-01-09 23:13:33 +08:00
parent 121130bf22
commit 2caf68cf4a

View File

@ -0,0 +1,7 @@
// ISessionConnection.aidl
package io.neoterm.bridge;
// Declare any non-default types here with import statements
interface ISessionConnection {
}