Files
gitx/Commands/PBRevealWithFinderCommand.h
Tomasz Krasnyk be507c8230 - Added controller 4 stashes, submodules, reset management
- Added additional menu for the repository actions
- Added action for 'Revealing in Finder'
2010-11-28 00:41:27 +01:00

18 lines
278 B
Objective-C

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