8 lines
76 B
Objective-C
8 lines
76 B
Objective-C
#import "Level.h"
|
|
|
|
@implementation Level
|
|
|
|
@synthesize goal, delayDec;
|
|
|
|
@end
|