@interface ICParticipantBaseColorValues : NSObject @property (nonatomic) double redValue; @property (nonatomic) double greenValue; @property (nonatomic) double blueValue; @property (nonatomic) double alphaValue; - (id)initWithRed:(double)a0 green:(double)a1 blue:(double)a2 alpha:(double)a3; @end