AOS_iOS_NRE_Sample/NexacroN_V24/iOS/HelloNexacroIos/HelloNexacroIos/AppDelegate.h

16 lines
196 B
Objective-C

//
// AppDelegate.h
// HelloNexacroIos
//
// Created by JaeHwan Kim on 2023/07/11.
//
#import <UIKit/UIKit.h>
#import <nexacro/NXAppDelegate.h>
@interface AppDelegate : NXAppDelegate
@end