mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
14 lines
190 B
Objective-C
14 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
|