X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Sparkle.framework%2FVersions%2FA%2FHeaders%2FSUVersionDisplayProtocol.h;fp=Sparkle.framework%2FVersions%2FA%2FHeaders%2FSUVersionDisplayProtocol.h;h=0000000000000000000000000000000000000000;hp=368b9c9f4c0095c28e4e612c285e5d56edb9eaa1;hb=0a8d6333a3ac4684b70ab7f3581a93bf96638d6f;hpb=baa03e73a5af66b725f58fa5efd04bf54b7b2eed diff --git a/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h b/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h deleted file mode 100644 index 368b9c9..0000000 --- a/Sparkle.framework/Versions/A/Headers/SUVersionDisplayProtocol.h +++ /dev/null @@ -1,27 +0,0 @@ -// -// SUVersionDisplayProtocol.h -// EyeTV -// -// Created by Uli Kusterer on 08.12.09. -// Copyright 2009 Elgato Systems GmbH. All rights reserved. -// - -#import - - -/*! - @protocol - @abstract Implement this protocol to apply special formatting to the two - version numbers. -*/ -@protocol SUVersionDisplay - -/*! - @method - @abstract An abstract method to format two version strings. - @discussion You get both so you can display important distinguishing - information, but leave out unnecessary/confusing parts. -*/ --(void) formatVersion: (NSString**)inOutVersionA andVersion: (NSString**)inOutVersionB; - -@end