enum jnc_PropertyPtrKind

#include <jnc_PropertyType.h>

enum jnc_PropertyPtrKind {
    jnc_PropertyPtrKind_Normal = 0x000000,
    jnc_PropertyPtrKind_Weak   = 0x100000,
    jnc_PropertyPtrKind_Thin   = 0x200000,
    jnc_PropertyPtrKind__Count = 3,
};