// // PBRevealWithFinder.h // GitX // // Created by Tomasz Krasnyk on 10-11-27. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import #import "PBOpenDocumentCommand.h" @interface PBRevealWithFinderCommand : PBOpenDocumentCommand { } @end