14 lines
243 B
Objective-C
14 lines
243 B
Objective-C
//
|
|
// main.m
|
|
// TestModuleMap
|
|
//
|
|
// Created by Robbie Hanson on 11/3/15.
|
|
// Copyright © 2015 Deusty LLC. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, const char * argv[]) {
|
|
return NSApplicationMain(argc, argv);
|
|
}
|