2 // SUPackageInstaller.h
5 // Created by Andy Matuschak on 4/10/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
9 #ifndef SUPACKAGEINSTALLER_H
10 #define SUPACKAGEINSTALLER_H
13 #import "SUPlainInstaller.h"
15 @interface SUPackageInstaller
: SUPlainInstaller
{ }
16 + (void)installPath
:(NSString
*)path overHostBundle
:(NSBundle
*)bundle delegate
:delegate
;