00001 00002 @interface CPKeyBinding : CPObject 00003 { 00004 CPString _key; 00005 unsigned _modifierFlags; 00006 00007 CPArray _selectors; 00008 00009 CPString _cacheName; 00010 } 00011 @end