Files
BoxAttack/boxattack/main.m
T
2022-04-11 17:17:23 +03:00

14 lines
233 B
Objective-C

//
// main.m
// BoxAttack
//
// Created by RUSlan on 29.09.14.
// Copyright (c) 2014 RUSlan. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}