unplugged-system/build/bazel/examples/cc/aidl/foo/IFoo.aidl

6 lines
51 B
Plaintext

package foo;
interface IFoo {
void doFoo();
}