@class NSString, NSMutableDictionary; @interface DNDSConfigurationsSecureRecord : NSObject @property (readonly, copy, nonatomic) NSMutableDictionary *modeConfigurations; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)newWithDictionaryRepresentation:(id)a0 context:(id)a1; + (id)migrateDictionaryRepresentation:(id)a0 fromVersionNumber:(unsigned long long)a1 toVersionNumber:(unsigned long long)a2; - (id)init; - (id)dictionaryRepresentationWithContext:(id)a0; - (id)_initWithModeConfigurations:(id)a0; - (id)_initWithRecord:(id)a0; - (void).cxx_destruct; - (id)configurationForModeIdentifier:(id)a0; - (BOOL)isEqual:(id)a0; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end