adium/adium

Docs: Minor tweaks.
adium-1.5.11
2016-09-04, Robert Vehse
307f53385811
Docs: Minor tweaks.
#import <Adium/AIContactAlertsControllerProtocol.h>
#import <Adium/AIContactObserverManager.h>
#import <Adium/AIChatControllerProtocol.h>
#define DOCK_OVERLAY_ALERT_IDENTIFIER @"DockOverlay"
@interface AIDockNameOverlay : AIPlugin <AIActionHandler, AIListObjectObserver, AIChatObserver> {
@private
NSMutableArray *overlayObjectsArray;
NSColor *signedOffColor;
NSColor *signedOnColor;
NSColor *unviewedContentColor;
NSColor *backSignedOffColor;
NSColor *backSignedOnColor;
NSColor *backUnviewedContentColor;
}
@end