AOS_iOS_NRE_Sample/Nexacro14/iOS/nexacro14_iOS/nexacro14App/AppDelegate.h

23 lines
565 B
C
Raw Permalink Normal View History

2023-09-18 15:32:28 +09:00
//
// AppDelegate.h
// nexacro14App
//
// Created by 김재환 on 2016. 11. 24..
// Copyright © 2016년 com.tobesoft. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <nexacro14/NexacroAppDelegate.h>
#import <nexacro14/NexacroMainViewController.h>
#import <nexacro14/NexacroWKWebViewDelegate.h>
@interface AppViewController : NexacroMainViewController
@end
@interface WebViewDelegate : NexacroWKWebViewDelegate
@end
@interface AppDelegate : NexacroAppDelegate <UIApplicationDelegate>
- (NexacroMainViewController*)initializeMainViewController;
@end