mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
11 lines
221 B
C++
11 lines
221 B
C++
//
|
|
// AppUI-Bridging-Header.h - Sudachi
|
|
// Created by Jarrod Norwell on 4/3/2024.
|
|
//
|
|
|
|
#ifndef AppUI_Bridging_Header_h
|
|
#define AppUI_Bridging_Header_h
|
|
|
|
#import "Wrapper/AppUIObjC.h"
|
|
|
|
#endif /* AppUI_Bridging_Header_h */
|