#import #ifndef MAC_OS_X_VERSION_10_5 #define MAC_OS_X_VERSION_10_5 1050 #endif #import @interface DockIconPlugIn : NSObject { int unreadMessageCount; NSImage *badge1and2; NSImage *badge3; NSImage *badge4; NSImage *badge5; NSDictionary *attributes; NSTimer *timer; } - (id) initWithManager:(MVChatPluginManager *) manager; @end