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

14 lines
239 B
Objective-C

//
// PBPresentable.h
// GitX
//
// Created by Tomasz Krasnyk on 10-11-06.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
@protocol PBPresentable
- (NSString *) displayDescription;
- (NSString *) popupDescription;
@end