Class ObjCPropertyAttribute

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ObjCPropertyAttribute extends Struct<ObjCPropertyAttribute> implements NativeResource

 struct objc_property_attribute_t {
     char * name;
     char * value;
 }