@class NSDictionary, NSString; @interface MTLModel : NSObject @property (readonly, copy, nonatomic) NSDictionary *dictionaryValue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (unsigned long long)modelVersion; + (BOOL)supportsSecureCoding; + (void)enumeratePropertiesUsingBlock:(id /* block */)a0; + (id)propertyKeys; + (id)modelWithDictionary:(id)a0 error:(id *)a1; + (id)allowedSecureCodingClassesByPropertyKey; + (id)dictionaryValueFromArchivedExternalRepresentation:(id)a0 version:(unsigned long long)a1; + (id)encodingBehaviorsByPropertyKey; + (void)generateAndCacheStorageBehaviors; + (id)permanentPropertyKeys; + (unsigned long long)storageBehaviorForPropertyWithKey:(id)a0; + (id)transitoryPropertyKeys; - (id)init; - (void)encodeWithCoder:(id)a0; - (BOOL)validate:(id *)a0; - (BOOL)isEqual:(id)a0; - (id)initWithDictionary:(id)a0 error:(id *)a1; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)mergeValueForKey:(id)a0 fromModel:(id)a1; - (id)decodeValueForKey:(id)a0 withCoder:(id)a1 modelVersion:(unsigned long long)a2; - (void)mergeValuesForKeysFromModel:(id)a0; @end