20 lines
383 B
Objective-C
20 lines
383 B
Objective-C
//
|
|
// SUProbingUpdateDriver.h
|
|
// Sparkle
|
|
//
|
|
// Created by Andy Matuschak on 5/7/08.
|
|
// Copyright 2008 Andy Matuschak. All rights reserved.
|
|
//
|
|
|
|
#ifndef SUPROBINGUPDATEDRIVER_H
|
|
#define SUPROBINGUPDATEDRIVER_H
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
#import "SUBasicUpdateDriver.h"
|
|
|
|
// This replaces the old SUStatusChecker.
|
|
@interface SUProbingUpdateDriver : SUBasicUpdateDriver { }
|
|
@end
|
|
|
|
#endif
|