Add a helper method to SUPoset.
[sparkle2.git] / Sparkle_Prefix.pch
blob96cf356939b84293494348b345389463650742cb
1 //
2 // Prefix header for all source files of the 'Sparkle' target in the 'Sparkle' project.
3 //
5 #ifdef __OBJC__
6     #import <Foundation/Foundation.h>
7     #import <AppKit/AppKit.h>
8         #import "SUUtilities.h"
9 #endif
11 extern NSString *SUDaemonServiceName;
12 extern NSString *SUSparkleIdentifier;
13 extern NSString *SUProductRegistryKey;