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