15 lines
214 B
Mathematica
15 lines
214 B
Mathematica
|
//
|
||
|
// OutputController.m
|
||
|
// Cog
|
||
|
//
|
||
|
// Created by Zaphod Beeblebrox on 8/2/05.
|
||
|
// Copyright 2005 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "OutputController.h"
|
||
|
|
||
|
|
||
|
@implementation OutputController
|
||
|
|
||
|
@end
|