cog/Plugins/CueSheet/CueSheetPlugin.h

18 lines
253 B
C
Raw Normal View History

2007-10-09 02:25:40 +00:00
//
// CueSheetPlugin.h
// CueSheet
//
// Created by Zaphod Beeblebrox on 10/8/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "Plugin.h"
@interface CueSheetPlugin : NSObject <CogPlugin> {
}
@end