@class NSString, UIColor; @interface _UIShareParticipantDetails : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (copy) NSString *participantID; @property (copy) NSString *detailText; @property (copy) UIColor *participantColor; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; @end