mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
21 lines
263 B
Objective-C
21 lines
263 B
Objective-C
//
|
|
// PPSSPPUIApplication.h
|
|
// PPSSPP
|
|
//
|
|
// Created by xieyi on 2017/9/4.
|
|
//
|
|
//
|
|
|
|
#ifndef PPSSPPUIApplication_h
|
|
#define PPSSPPUIApplication_h
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PPSSPPUIApplication : UIApplication
|
|
{
|
|
}
|
|
@end
|
|
|
|
|
|
#endif /* PPSSPPUIApplication_h */
|