mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 01:47:31 +09:00
14 lines
202 B
Text
14 lines
202 B
Text
include protocol PTestJSON;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestHandle {
|
|
manager PTestJSON;
|
|
|
|
child:
|
|
async __delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltest
|