mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Otherwise, the runtime needs to be able to adjust the instance size when nonfragile ObjC bases and/or resilient Swift bases are accounted for. rdar://54089488
5 lines
59 B
Objective-C
5 lines
59 B
Objective-C
#import <Foundation.h>
|
|
|
|
@interface ObjCBase: NSObject
|
|
@end
|