00001 00002 @interface CPRadioGroup : CPObject 00003 { 00004 CPSet _radios; 00005 CPRadio _selectedRadio; 00006 00007 id _target // @accessors(property=target); 00008 SEL _action // @accessors(property=action); 00009 } 00010 @end