mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
13 lines
228 B
Text
13 lines
228 B
Text
|
|
include protocol PTestIndirectProtocolParamManage;
|
||
|
|
|
||
|
|
namespace mozilla {
|
||
|
|
namespace _ipdltest {
|
||
|
|
|
||
|
|
sync protocol PTestIndirectProtocolParamSecond {
|
||
|
|
manager PTestIndirectProtocolParamManage;
|
||
|
|
both:
|
||
|
|
async __delete__();
|
||
|
|
};
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|