mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-26 21:50:26 +00:00
13 lines
135 B
Objective-C
13 lines
135 B
Objective-C
#include "test.h"
|
|
|
|
int state3 = 0;
|
|
|
|
OBJC_ROOT_CLASS
|
|
@interface Three @end
|
|
@implementation Three
|
|
+(void)load
|
|
{
|
|
state3 = 3;
|
|
}
|
|
@end
|