Cog/Playlist/PlaylistView.h

22 lines
365 B
C
Raw Normal View History

2005-06-02 14:16:43 -04:00
//
// PlaylistView.h
// Cog
//
// Created by Vincent Spader on 3/20/05.
2005-07-02 17:02:06 -04:00
// Copyright 2005 Vincent Spader All rights reserved.
2005-06-02 14:16:43 -04:00
//
#import <Cocoa/Cocoa.h>
#import "SoundController.h"
#import "PlaylistController.h"
@interface PlaylistView : NSTableView {
IBOutlet SoundController *soundController;
IBOutlet PlaylistController *playlistController;
}
@end