Cog/Plugins/CueSheet/CueSheetPlugin.h

18 lines
253 B
C
Raw Normal View History

2007-10-08 22:25:40 -04: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