@class NSString, INCodableDescription; @interface INCodableCustomObjectAttribute : INCodableObjectAttribute <INWidgetPlistRepresentable> @property (copy, nonatomic) NSString *objectTypeName; @property (copy, nonatomic) NSString *objectTypeNamespace; @property (weak, nonatomic) INCodableDescription *codableDescription; + (BOOL)supportsSecureCoding; + (id)makeFromWidgetPlistableRepresentation:(id)a0 error:(id *)a1; - (Class)objectClass; - (id)widgetPlistableRepresentationWithParameters:(id)a0 error:(id *)a1; - (void)updateWithDictionary:(id)a0; - (id)dictionaryRepresentationWithLocalizer:(id)a0; - (unsigned long long)hash; - (long long)valueType; - (void)encodeWithCoder:(id)a0; - (Class)resolutionResultClass; - (id)valueTransformer; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (long long)_attributeType; - (id)__INCodableDescriptionObjectTypeKey; - (id)__INCodableDescriptionObjectTypeNamespaceKey; - (id)__INIntentResponseCodableDescriptionObjectTypeKey; - (id)__INIntentResponseCodableDescriptionObjectTypeNamespaceKey; - (id)__INTypeCodableDescriptionObjectTypeKey; - (id)__INTypeCodableDescriptionObjectTypeNamespaceKey; - (void)_assignCodableDescription; - (Class)_relationshipValueTransformerClass; - (Class)_unsafeObjectClass; @end