1
0
Fork 0
mirror of https://github.com/hrydgard/ppsspp.git synced 2025-04-02 11:01:50 -04:00
ppsspp/SDL/PPSSPPAboutViewController.h
2023-04-23 22:12:15 +03:00

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