mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
9 lines
114 B
Objective-C
9 lines
114 B
Objective-C
#import "EvilClass.h"
|
|
|
|
@implementation EvilClass
|
|
|
|
+ (Class)class { return nil; }
|
|
+ (id)self { return nil; }
|
|
|
|
@end
|