// Copyright Epic Games, Inc. All Rights Reserved. #import #import @interface UEAppDelegate : NSObject { #if WITH_EDITOR NSString* Filename; bool bHasFinishedLaunching; #endif } #if WITH_EDITOR - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; #endif @end