mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 04:09:50 +00:00
Accidentally deleted class declaration for Protocol2. Add it back.
This commit is contained in:
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…
Reference in New Issue
Block a user