00001 00002 @interface CPTabViewItem : CPObject 00003 { 00004 id _identifier; 00005 CPString _label; 00006 00007 CPView _view; 00008 CPView _auxiliaryView; 00009 00010 CPTabView _tabView; 00011 } 00012 @end