Allow mapping names to be auto-set based on bundleand executable path names as well...
[enjoyable.git] / Classes / NJOutputMapping.h
1 //
2 // NJOutputMapping.h
3 // Enjoy
4 //
5 // Created by Sam McCall on 6/05/09.
6 // Copyright 2009 University of Otago. All rights reserved.
7 //
8
9 #import "NJOutput.h"
10
11 @class NJMapping;
12
13 @interface NJOutputMapping : NJOutput
14
15 @property (nonatomic, weak) NJMapping *mapping;
16
17 @end