~andymatuschak/sparkle/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  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