ObjCProtocol typedef

ObjCProtocol = ObjCObject

Base class for all Objective-C protocols.

Implementation

// This exists so that interface_lists_test.dart can tell the difference between
// a protocol and an interface.
typedef ObjCProtocol = ObjCObject;