Performed [21405] and [21406], moving the contact list to Source, on adium-1.1
[adiumx.git] / Source / AIBorderlessListController.h
bloba5eb17cb9189f7ae3800e966137934a8d8b93156
1 //
2 // AIBorderlessListController.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 1/8/06.
7 #import "AIListController.h"
9 @interface AIBorderlessListController : AIListController {
10 BOOL emptyListHiding;
11 float previousAlpha;
14 @end