@class NSString; @interface SPHandle : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) long long type; @property (copy, nonatomic) NSString *destination; + (id)handleWithEmailAddress:(id)a0; + (id)handleWithPhoneNumber:(id)a0; + (id)handleWithString:(id)a0; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)debugDescription; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithType:(long long)a0 destination:(id)a1; @end