diff --git a/Protocol2.m b/Protocol2.m index 707e9b3..8ee8bff 100644 --- a/Protocol2.m +++ b/Protocol2.m @@ -20,6 +20,8 @@ return self; } - (void)release {} ++ (Class)class { return self; } +- (id)self { return self; } @end @implementation Protocol2 + (void)load