Accidentally deleted class declaration for Protocol2. Add it back.

main
theraven 15 years ago
parent 5448596ace
commit 3754c9fdbe

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

Loading…
Cancel
Save