IPresonalInterface.aidl 186 Bytes edit raw blame history 1 2 3 4 5 6 7 8 // IPresonalInterface.aidl package com.hjx.personalcenter.service; // Declare any non-default types here with import statements interface IPresonalInterface { String sayHello(); }