|
|
|
@ -4,12 +4,6 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
|
|
@implementation Protocol2
|
|
|
|
|
|
|
|
+ (void)load
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
objc_clear_class_flag(self, objc_class_flag_plane_aware);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation Protocol
|
|
|
|
@implementation Protocol
|
|
|
|
+ (void)load
|
|
|
|
+ (void)load
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@ -22,6 +16,12 @@
|
|
|
|
return protocol_conformsToProtocol(self, p);
|
|
|
|
return protocol_conformsToProtocol(self, p);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
@end
|
|
|
|
|
|
|
|
@implementation Protocol2
|
|
|
|
|
|
|
|
+ (void)load
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
objc_clear_class_flag(self, objc_class_flag_plane_aware);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This class exists for the sole reason that the legacy GNU ABI did not
|
|
|
|
* This class exists for the sole reason that the legacy GNU ABI did not
|
|
|
|
|