Accidentally deleted class declaration for Protocol2. Add it back.

This commit is contained in:
theraven 2011-07-11 11:28:36 +00:00
parent 5448596ace
commit 3754c9fdbe

View File

@ -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