8 lines
112 B
C
8 lines
112 B
C
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@class GLView;
|
||
|
|
|
||
|
|
@interface KoreAppDelegate : NSObject <UIApplicationDelegate> {
|
||
|
|
}
|
||
|
|
|
||
|
|
@end
|