mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +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__();
|
|
};
|
|
|
|
}
|
|
}
|