Source code

Revision control

Copy as Markdown

Other Tools

include protocol PmultiManager1;
include protocol PmultiManager2;
protocol PmultiManaged {
manager PmultiManager1 or PmultiManager2;
child:
async __delete__();
};