First version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Level : NSObject
|
||||
{
|
||||
int goal, delayDec;
|
||||
}
|
||||
@property int goal, delayDec;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user