diff options
Diffstat (limited to 'macosx/Source/PcsxrFileHandle.h')
| -rw-r--r-- | macosx/Source/PcsxrFileHandle.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/macosx/Source/PcsxrFileHandle.h b/macosx/Source/PcsxrFileHandle.h new file mode 100644 index 00000000..6c663fae --- /dev/null +++ b/macosx/Source/PcsxrFileHandle.h @@ -0,0 +1,14 @@ +// +// PcsxrFileHandle.h +// Pcsxr +// +// Created by Charles Betts on 12/10/11. +// Copyright (c) 2011 __MyCompanyName__. All rights reserved. +// + +#import <Foundation/Foundation.h> + +@protocol PcsxrFileHandle <NSObject> ++ (NSArray *)supportedUTIs; +- (BOOL)handleFile:(NSString *)theFile; +@end |
