mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
18 lines
310 B
Plaintext
Executable File
18 lines
310 B
Plaintext
Executable File
//
|
|
// main.j
|
|
// PhotoAlbum
|
|
//
|
|
// Created by Francisco Tolmasky on July 18th, 2008.
|
|
// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
|
|
//
|
|
|
|
import <Foundation/Foundation.j>
|
|
import <AppKit/AppKit.j>
|
|
|
|
import "AppController.j"
|
|
|
|
function main(args, namedArgs)
|
|
{
|
|
CPApplicationMain(args, namedArgs);
|
|
}
|