5 // Created by Andy Matuschak on 4/10/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
9 #ifndef SUPLAININSTALLER_H
10 #define SUPLAININSTALLER_H
14 @interface SUPlainInstaller
: SUInstaller
{ }
15 + (void)performInstallationWithPath
:(NSString
*)path hostBundle
:(NSBundle
*)hostBundle delegate
:delegate synchronously
:(BOOL
)synchronously
;