Source code

Revision control

Copy as Markdown

Other Tools

include protocol PmanagerProtocol;
protocol PmanagedProtocol {
manager PmanagerProtocol;
child:
async __delete__();
};