Merge pull request #64 in ITERATE/cyberduck from feature/windows/9074 to master
[cyberduck.git] / lib / Sparkle.framework / Versions / A / Headers / SUVersionDisplayProtocol.h
blob97fae4c9096aa2b3eed92422a7aff1adde730f9d
1 //
2 // SUVersionDisplayProtocol.h
3 // EyeTV
4 //
5 // Created by Uli Kusterer on 08.12.09.
6 // Copyright 2009 Elgato Systems GmbH. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "SUExport.h"
12 /*!
13 Applies special display formatting to version numbers.
15 @protocol SUVersionDisplay
17 /*!
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;
25 @end