wjc
7 天以前 a91655ae2d34b4c0e43f674125d29b2851d4e7fd
1
2
3
4
5
6
7
8
// IUniappAidlInterface.aidl
package com.hdl.photovoltaic;
 
// Declare any non-default types here with import statements
 
interface IUniappAidlInterface {
    void sendMsg(String s);
}