// // SideBarController.h // Cog // // Created by Vincent Spader on 6/21/08. // Copyright 2008 __MyCompanyName__. All rights reserved. // #import #import "SideViewController.h" @class PlaylistLoader; @interface FileTreeViewController : SideViewController { IBOutlet PlaylistLoader *playlistLoader; } @end