VoiceMac/Frameworks/Sparkle.framework/Versions/A/Headers/SUPipedUnarchiver.h

22 lines
314 B
C
Raw Normal View History

2010-09-20 19:44:17 -05:00
//
// SUPipedUnarchiver.h
// Sparkle
//
// Created by Andy Matuschak on 6/16/08.
// Copyright 2008 Andy Matuschak. All rights reserved.
//
#ifndef SUPIPEDUNARCHIVER_H
#define SUPIPEDUNARCHIVER_H
#import <Cocoa/Cocoa.h>
#import "SUUnarchiver.h"
@interface SUPipedUnarchiver : SUUnarchiver {
}
@end
#endif