Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUPlainInstaller.h
1 //
2 // SUPlainInstaller.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 SUPLAININSTALLER_H
10 #define SUPLAININSTALLER_H
11
12 #import "Sparkle.h"
13
14 @interface SUPlainInstaller : SUInstaller { }
15 + (void)performInstallationWithPath:(NSString *)path hostBundle:(NSBundle *)hostBundle delegate:delegate synchronously:(BOOL)synchronously;
16 @end
17
18 #endif