@class NSArray, NSDictionary; @interface IDSToolKTSelfVerificationHealableErrors : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property NSArray *accountHealableErrors; @property NSDictionary *deviceIdToHealableErrors; @property unsigned long long healableState; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; @end