mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
15 lines
173 B
Text
15 lines
173 B
Text
|
|
include protocol PTestDescSub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
intr protocol PTestDescSubsub {
|
|
manager PTestDescSub;
|
|
|
|
child:
|
|
intr __delete__();
|
|
};
|
|
|
|
}
|
|
}
|