HouseAppDelegate.h

IVIS

Jump to: navigation, 찾기

[편집] 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