mirror of
https://github.com/dolphin-emu/WiimotePair.git
synced 2026-01-31 01:15:18 +01:00
10 lines
179 B
Objective-C
10 lines
179 B
Objective-C
// Copyright 2024 Dolphin Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
|
|
@end
|
|
|