14 lines
201 B
Objective-C
14 lines
201 B
Objective-C
//
|
|
// Controller.m
|
|
// Cog
|
|
//
|
|
// Created by Zaphod Beeblebrox on 8/7/05.
|
|
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import "Controller.h"
|
|
|
|
|
|
@implementation SoundController
|
|
|
|
@end
|