HouseAppDelegate.h
IVIS
[편집] HouseAppDelegate.h
#import <UIKit/UIKit.h>
@class EAGLView;
@interface houseAppDelegate : NSObject <UIApplicationDelegate> {
UIWindow *window;
EAGLView *glView;
}
@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet EAGLView *glView;
@end
