dparnell / psmtabbar

A port of the PSMTabBarControl for Interface Builder 3.0

This URL has Read+Write access

psmtabbar / ibapp_main.m
100644 15 lines (12 sloc) 0.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// ibapp_main.m
// TabBarControl
//
// Created by Daniel Parnell on 21/06/09.
// Copyright Automagic Software Pty Ltd. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}