Remove printf.
[enjoyable.git] / TargetConfig.h
1 //
2 // TargetConfig.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 "Target.h"
10
11 @class Config;
12
13 @interface TargetConfig : Target
14
15 @property (nonatomic, weak) Config *config;
16
17 @end