adium/adium

Docs: Minor tweaks.
adium-1.5.11
2016-09-04, Robert Vehse
307f53385811
Docs: Minor tweaks.
//
// AIVideoChatWindowController.h
// Adium
//
// Created by Adam Iser on 12/4/04.
// Copyright 2004 __MyCompanyName__. All rights reserved.
//
#import <Adium/AIWindowController.h>
@class AIVideoCapture;
@interface AIVideoChatWindowController : AIWindowController <AIVideoChatObserver> {
IBOutlet NSImageView *videoImageView;
AIVideoChat *videoChat;
}
@end