@class NSString, NSUUID; @interface IMParticipantChangeItem : IMItem @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) long long changeType; @property (retain, nonatomic) NSString *otherHandle; @property (retain, nonatomic) NSString *otherUnformattedID; @property (retain, nonatomic) NSString *otherCountryCode; @property (retain, nonatomic) NSUUID *activeTelephonyConversationUUID; - (void)dealloc; - (void)encodeWithCoder:(id)a0; - (id)initWithDictionary:(id)a0; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)copyDictionaryRepresentation; @end