2 // SUVersionDisplayProtocol.h
5 // Created by Uli Kusterer on 08.12.09.
6 // Copyright 2009 Elgato Systems GmbH. All rights reserved.
9 #import <Cocoa/Cocoa.h>
13 Applies special display formatting to version numbers.
15 @protocol SUVersionDisplay
18 Formats two version strings.
20 Both versions are provided so that important distinguishing information
21 can be displayed while also leaving out unnecessary/confusing parts.
23 - (void)formatVersion
:(NSString
**)inOutVersionA andVersion
:(NSString
**)inOutVersionB
;