mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-02-17 15:18:32 +00:00
8 lines
152 B
Objective-C
8 lines
152 B
Objective-C
#if defined(__clang__) && !defined(__OBJC_RUNTIME_INTERNAL__)
|
|
#pragma clang system_header
|
|
#endif
|
|
|
|
#import "Object.h"
|
|
|
|
@interface Protocol : Object @end
|