Files
gitx/Commands/PBStashCommandFactory.h
T
2010-11-06 13:20:13 +01:00

17 lines
286 B
Objective-C

//
// PBStashCommandFactory.h
// GitX
//
// Created by Tomasz Krasnyk on 10-11-06.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "PBCommandFactory.h"
@interface PBStashCommandFactory : NSObject<PBCommandFactory> {
}
@end