From 3754c9fdbe43c1952a1019b55f60f80e45e63e6d Mon Sep 17 00:00:00 2001 From: theraven Date: Mon, 11 Jul 2011 11:28:36 +0000 Subject: [PATCH] Accidentally deleted class declaration for Protocol2. Add it back. --- Protocol2.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Protocol2.m b/Protocol2.m index bd184cb..7897b43 100644 --- a/Protocol2.m +++ b/Protocol2.m @@ -19,6 +19,7 @@ + (Class)class { return self; } - (id)self { return self; } @end +@implementation Protocol2 @end /** * This class exists for the sole reason that the legacy GNU ABI did not