]> src.bluestatic.org Git - macgdbp.git/blob - Sparkle.framework/Versions/A/Headers/SUDiskImageUnarchiver.h
We need to keep variables expanded across changing stack positions
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUDiskImageUnarchiver.h
1 //
2 // SUDiskImageUnarchiver.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 6/16/08.
6 // Copyright 2008 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SUDISKIMAGEUNARCHIVER_H
10 #define SUDISKIMAGEUNARCHIVER_H
11
12 #import <Cocoa/Cocoa.h>
13 #import "SUUnarchiver.h"
14
15 @interface SUDiskImageUnarchiver : SUUnarchiver {
16 }
17
18 @end
19
20 #endif