diff options
Diffstat (limited to 'Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h')
-rw-r--r-- | Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h b/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h new file mode 100644 index 00000000..94bb3ad0 --- /dev/null +++ b/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h @@ -0,0 +1,19 @@ +// +// SUPackageInstaller.h +// Sparkle +// +// Created by Andy Matuschak on 4/10/08. +// Copyright 2008 Andy Matuschak. All rights reserved. +// + +#ifndef SUPACKAGEINSTALLER_H +#define SUPACKAGEINSTALLER_H + +#import "Sparkle.h" +#import "SUPlainInstaller.h" + +@interface SUPackageInstaller : SUPlainInstaller { } ++ (void)installPath:(NSString *)path overHostBundle:(NSBundle *)bundle delegate:delegate; +@end + +#endif |