summaryrefslogtreecommitdiff
path: root/libobjc/objc/deprecated/struct_objc_protocol.h
blob: 5344e3f5493c27cd5f0a2a0db6d8f6d0e76373d9 (plain)
1
2
3
4
5
6
typedef struct objc_protocol {
  struct objc_class* class_pointer;
  char *protocol_name;
  struct objc_protocol_list *protocol_list;
  struct objc_method_description_list *instance_methods, *class_methods; 
} Protocol;