SUPackageInstaller.h   [plain text]


//
//  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 { }
@end

#endif