wjc
2026-03-26 54154f0e7f4d27212fb1d3fd18812f297bc5c02e
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);
}