Fixed a segfault crash that would occur if you stepped at the end of a script
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / SUPipedUnarchiver.h
1 //
2 // SUPipedUnarchiver.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 SUPIPEDUNARCHIVER_H
10 #define SUPIPEDUNARCHIVER_H
11
12 #import <Cocoa/Cocoa.h>
13 #import "SUUnarchiver.h"
14
15 @interface SUPipedUnarchiver : SUUnarchiver {
16
17 }
18
19 @end
20
21 #endif