mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
12 lines
188 B
C
12 lines
188 B
C
|
|
#ifndef APP_MAC_WOW_APPLICATION_H
|
||
|
|
#define APP_MAC_WOW_APPLICATION_H
|
||
|
|
|
||
|
|
#include <AppKit/AppKit.h>
|
||
|
|
#include <Foundation/Foundation.h>
|
||
|
|
|
||
|
|
@interface WoWApplication : NSApplication
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
#endif
|