@class NSString, HAPPairingIdentity, NSData, NSNumber; @interface HAPAccessoryPairingRequest : HMFObject @property (copy) HAPPairingIdentity *pairingIdentity; @property BOOL requiresUserConsent; @property (copy) NSData *ownershipToken; @property (copy) NSString *ssid; @property (copy) NSData *psk; @property (copy) NSString *isoCountryCode; @property (copy) NSNumber *chipFabricID; @property (nonatomic) BOOL doNetworkScan; @property (getter=isOwnerPairing) BOOL ownerPairing; - (unsigned long long)hash; - (void).cxx_destruct; - (id)attributeDescriptions; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end