First version

This commit is contained in:
2022-04-11 17:17:23 +03:00
committed by GitHub
parent 45a79eed20
commit fde1669b60
29 changed files with 1434 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#import <Foundation/Foundation.h>
@interface Level : NSObject
{
int goal, delayDec;
}
@property int goal, delayDec;
@end