14 lines
236 B
Objective-C
14 lines
236 B
Objective-C
//
|
|
// SpotlightPlaylistView.m
|
|
// Cog
|
|
//
|
|
// Created by Matthew Grinshpun on 12/02/08.
|
|
// Copyright 2008 Matthew Leon Grinshpun. All rights reserved.
|
|
//
|
|
|
|
#import "SpotlightPlaylistView.h"
|
|
|
|
|
|
@implementation SpotlightPlaylistView
|
|
|
|
@end
|