@interface HMDAudioSampleRate : HAPNumberParser @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) unsigned long long sampleRate; + (id)arrayWithRates:(id)a0; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (void)description:(id)a0 indent:(id)a1; - (id)initWithTLVData:(id)a0; - (id)initWithSampleRate:(unsigned long long)a0; @end