mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
13 lines
190 B
Objective-C
13 lines
190 B
Objective-C
//
|
|
// PPSSPPAboutViewController.h
|
|
// PPSSPP
|
|
//
|
|
// Created by Serena on 23/04/2023.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface PPSSPPAboutViewController : NSViewController
|
|
@end
|