Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUPackageInstaller.h
1 //
2 // SUPackageInstaller.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 4/10/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SUPACKAGEINSTALLER_H
10 #define SUPACKAGEINSTALLER_H
11
12 #import "Sparkle.h"
13 #import "SUPlainInstaller.h"
14
15 @interface SUPackageInstaller : SUPlainInstaller { }
16 + (void)installPath:(NSString *)path overHostBundle:(NSBundle *)bundle delegate:delegate;
17 @end
18
19 #endif