mirror of
https://github.com/libretro/Play-.git
synced 2024-11-28 03:00:49 +00:00
10 lines
165 B
Objective-C
10 lines
165 B
Objective-C
#pragma once
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
namespace IosUtils
|
|
{
|
|
bool IsLoadableExecutableFileName(NSString*);
|
|
bool IsLoadableDiskImageFileName(NSString*);
|
|
}
|