Class ObjCPropertyAttribute

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class ObjCPropertyAttribute
    extends Struct
    implements NativeResource
    Defines a property attribute.

    Member documentation

    • name – the name of the attribute
    • value – the value of the attribute (usually empty)

    Layout

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