/* Generated by the NeXT Project Builder 
   NOTE: Do NOT change this file -- Project Builder maintains it.
*/

#import "popManager.h"

void main(int argc, char *argv[]) {

    [popManager sharedApplication];
    if ([NSBundle loadNibNamed:@"modeleNpop.nib" owner:NSApp])
	    [NSApp run];
	    
    [NSApp release];
    exit(0);
}