//
//  NativeScriptStart.h
//
//  Created by Team nStudio on 7/5/23.
//  Copyright © 2023 NativeScript. All rights reserved.
//

#ifndef NativeScriptStart_h
#define NativeScriptStart_h


#endif /* NativeScriptStart_h */

@interface NativeScriptStart : NSObject

+ (void)setup;
+ (void)boot;

@end
