MyCustomWindow.m 236 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 // // MyCustomWindow.m // SDL Custom View App // // Created by Darrell Walisser on Fri Jul 18 2003. // Copyright (c) 2003 __MyCompanyName__. All rights reserved. // #import "MyCustomWindow.h" @implementation MyCustomWindow @end