cog/Spotlight/SpotlightWindowController.m

17 lines
272 B
Matlab
Raw Normal View History

2008-02-11 07:45:34 +00:00
//
// SpotlightWindowController.m
// Cog
//
// Created by Matthew Grinshpun on 10/02/08.
// Copyright 2008 __MyCompanyName__. All rights reserved.
//
#import "SpotlightWindowController.h"
@implementation SpotlightWindowController
@synthesize playlistLoader;
@end