enum jnc_PropertyPtrTypeKind

#include <jnc_PropertyType.h>

enum jnc_PropertyPtrTypeKind {
    jnc_PropertyPtrTypeKind_Normal = 0,
    jnc_PropertyPtrTypeKind_Weak,
    jnc_PropertyPtrTypeKind_Thin,
    jnc_PropertyPtrTypeKind__Count,
};