mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* NonisolatedAttr * SpecializeAttr * UnavailableFromAsyncAttr * DocumentationAttr * StorageRestrictionsAttr
13 lines
170 B
Objective-C
13 lines
170 B
Objective-C
@import Foundation;
|
|
|
|
@interface ObjCClass: NSObject
|
|
@end
|
|
@interface ObjCClass(Category1)
|
|
@end
|
|
@interface ObjCClass(Category2)
|
|
@end
|
|
|
|
@interface ObjCClass2: NSObject
|
|
|
|
@end
|