home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
MiniExamples
/
AppKit
/
PaginationLab
/
PaginationLab _main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-02-11
|
278 b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import <appkit/Application.h>
void main(int argc, char *argv[]) {
NXApp = [Application new];
[NXApp loadNibSection:"bigView.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}