darling-libobjc2/objc/Protocol.h
2013-01-31 17:40:53 +00:00

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