14 lines
243 B
Objective-C
14 lines
243 B
Objective-C
//
|
|
// SpotlightWindowController.m
|
|
// Cog
|
|
//
|
|
// Created by Matthew Grinshpun on 10/02/08.
|
|
// Copyright 2008 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "SpotlightWindowController.h"
|
|
|
|
|
|
@implementation SpotlightWindowController
|
|
|
|
@end
|