Files
gitx/Commands/PBCommandFactory.h
T
2011-03-10 16:04:45 -08:00

14 lines
307 B
Objective-C

//
// PBCommandFactory.h
// GitX
//
// Created by Tomasz Krasnyk on 10-11-06.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import "PBGitRepository.h"
@protocol PBCommandFactory
+ (NSArray *) commandsForObject:(id<PBPresentable>) object repository:(PBGitRepository *) repository;
@end