// // PcsxrFileHandle.h // Pcsxr // // Created by Charles Betts on 12/10/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import @protocol PcsxrFileHandle + (NSArray *)supportedUTIs; - (BOOL)handleFile:(NSString *)theFile; @end